Vite+ Beta
51–60 of 163 posts
Re: Vite+ Beta
#52Doug McIlroy once said: "Make each program do one thing well".
Re: Vite+ Beta
#53Re: Vite+ Beta
#54Re: Vite+ Beta
#55Re: Vite+ Beta
#56Layer on layer on layer on layer on layer.... Web development is just a meme by now
Re: Vite+ Beta
#57I am a big fan of Vite. But I have zero clue what those other tools are. I swear to God, I just put my head down to do some work and all the sudden, frontend tooling has evolved. I wonder if there is a push towards a "boring but works" stack.
Re: Vite+ Beta
#58I am a big fan of Vite. But I have zero clue what those other tools are. I swear to God, I just put my head down to do some work and all the sudden, frontend tooling has evolved. I wonder if there is a push towards a "boring but works" stack.
Re: Vite+ Beta
#59I love Vite, Vitest, Oxlint and Oxfmt and look in their direction for most of my new projects! I hope these folks manage to get a bunch of money and can fund the continued development for at least the next decade. Sure beats opening some ancient project and seeing some mix of Gulp, Grunt, webpack and a bunch of other disjointed stuff (I migrated that one over to also use the newer stack).
> Sure beats opening some ancient project and seeing some mix of Vite, Vitest, Oxlint and Oxfmt and a bunch of other disjointed stuff (I migrated that one over to also use the newer stack).
Re: Vite+ Beta
#60Can it be used for Node builds or browser-only same as Vite?
I'm always curious of the use case when someone proposes Node code bundling. What's the advantage? Obfuscation in SEA?