Video wird geladen...
Video konnte nicht geladen werden
React Router 7 / Remix 💿 with Rspack ✅ Streaming SSR ✅ Dynamic Import based routes ✅ Code Splitting ✅ Federation Capable ⏩ 0.14s Cold Start, 0.02s HMR ➡️ 0.23s Prod build ℹ Output target can be CJS, ESM, JSONP , etc ℹ 200 LOC Rsbuild plugin
38,735 Aufrufe • vor 1 Jahr •via X (Twitter)
11 Kommentare

@remix_run @rspack_dev This sounds great… can’t wait to try this out

@remix_run @rspack_dev Honestly this will be my next stack of choice. Leaving all that old bs behind.

@remix_run @rspack_dev What were you on before?

@remix_run @rspack_dev Does rspack support tanstack start?

@remix_run @rspack_dev Yes. There's a unplugin plugin for it in tanstack repo already.

@remix_run @rspack_dev Tanstack and RR feel like the long term for React. I enjoy using Next but they're distancing themselves more and more from everyone else with every release

@remix_run @rspack_dev 👀

@remix_run @rspack_dev When to publish

May release Canary next week, depending on whether I get FS route mapping and action loader exports from the route file done. Not much is left to do before a Canary release. I just want to clean it up and add a few more things. Then, hopefully, the community will help once they get their hands on it.

@remix_run @rspack_dev Does it have HMR in dev Mode? Isn't RR7 just a Vite plugin now? As I understand Vite does not work with rspack because its relies on low level integration to esbuild and rollup

@remix_run @rspack_dev It's a library plus vite plugin to make some meta framework. So I just wrote a rsbuild one for it. Yes all hmr etc works. Basically everything you'd expect from webpack or rspack already just works. Minimal effort

