Remix.run Logo
flowerthoughts 3 hours ago

(Not a user, just evaluated it previously. Please correct what I got wrong.) They compile the reactivity statically, so instead of tracking effects at runtime, they generate code for it. I'd guess it means slightly more JS to download, but less initialization in runtime.

However, they recently added runtime reactivity to be more flexible, so it seems to me they are becoming VueJS.