@osdotsystem makes sense; I like to think that Rust took the best concepts and stuff about popular languages, but yet, I'd still argue that someone moving from Python to Rust will still have a lot of challenges and concepts to grasp properly. The learning curve is pretty steep.
@VictorZamanian @jitrodangoy @evanyou I have encountered many other weird quirks too but I do really like Vite to be transparent. I make use of it for many projects of mine and I have never had issues with it for smaller more complex sites.
@VictorZamanian @jitrodangoy @evanyou And there are situations where memory leaks happen. Once I see messages in the console I'll surely go troubleshoot and apply fixes, but that's not a reason to just break the page and serve me a blank one, Snowpack and Webpack do not.
@VictorZamanian @jitrodangoy @evanyou It might be a problem with the packages themselves and not vite but the truth is that I'd rather use something like Snowpack which I know works to not take the risk.
@VictorZamanian @jitrodangoy @evanyou I did have multiple bugs with Vite and for big projects I wouldn't recommend it. For example, for multiple projects making use of react-markdown, react-syntax-highlighter and remark-gfm, it just straight up breaks and doesn't work at all using Vite.