So are we doing microfrontends or this new remix-full-stack thing? Cause I’m on the MFE train w/ #rsbuild and will need to transfer at the next stop if I’m going the wrong direction
Comments
Log in with your Bluesky account to leave a comment
That makes sense actually. I think what we’re seeing is ootb react tooling going toward the remix-like arch and enterprise systems staying in traditional SPA architecture. Vite is definitely an option for the former but struggles in the latter. RSBuild does both well by inclusion of RSPack tools
It isn’t configurable enough. In a typical massive enterprise spa, the required custom configurations for webpack can vary a lot. Vite can handle small ootb SPA just fine.
Comments
As far as I understand, "the new full-stack thing" is enabled by Vite's upcoming Environment API, and this is just one of the talks going over it.