Remix Vite is a dev server for Remix applications. Remix is an awesome framework. It adds support for Vite's HMR making it faster and easier to prototype front-end interfaces. Give it a try by running `npx remix-vite` in a Remix starter kit.
Hey guys. If you love Remix but feel that HMR is missing. Here is the solution.
It's in the very beginning. So please let me know if you experience some bugs.
Hope you enjoy it.
Take care :)
Does it allow to also modify production build of Remix? If not, will this be supported in the future?
E.g. if i add some Vite plugin in `vite.config.js`, as i understand, it will work in dev-mode, but will not be applied to production build π€
Anyway, very impressive work, congrats on the launch!
@alexander_khoroshikh thanks a lot.
Remix Vite is meant to be used just for development right now. Mainly to get the advantages of coding with HMR. Just a remix dev alternative.
There is no plan to support production builds yet. But it's something to think about. An alternative to the remix build. But this is not the case yet.
Best.