Hacker News new | ask | show | jobs
by tasubotadas 1333 days ago
How does remix compare to nextjs?
2 comments

Remix looks like a standard server rendered web framework (like Rails or Django) except that is use React for its template language, and React has the advantage of running interactively on the client-side.

NextJS pre-generates (or generates on a trigger) most its pages. Like Remix it also uses React as its template language and client-side interactivity.