Hacker News new | ask | show | jobs
by dzogchen 39 days ago
Remix v3 uses TypeScript.

The philosophy is to not rely on heavyweight bundlers too much but to stay closer to the web platform. They don’t invent their own bundler, from what I can tell they are using esbuild.

And it is not that hard to imagine a better UI framework than React…

> And for what?

One benefit they mention is that staying closer to web APIs makes it more future proof. I believe it. React does not even ship an ESM build. It has given up trying to keep up and expects everyone to just bend over backwards to adapt to its sprawling, aging codebase.

1 comments

more future proof except for the fact that these guys are infamous for breaking changes

i really don't think after there's much interest from the larger community after multiple annoying RR breaking changes -> Remix -> Remix 2 -> React Router v7 -> now an entirely new framework.