HACKER Q&A
📣 blinkbat

Preferred Next.js Alternatives?


detailed reasoning welcome!

trying to decide between React Router 7 (Remix), TanStack Router, Next.js, or something else.


  👤 johncoltrane Accepted Answer ✓
(detailed use case) => detailed reasoning

👤 objcts
i've been having fun building with astro on cloudflare workers... i have a few apps that have API endpoints, content, and react/svelte components all glued together in one codebase. it's been relatively easy to add drizzle and cloudflare's D1 database to handle data stuff alongside everything else.

👤 journal
Does not using it count as alternative?

👤 csomar
React Router 7 is all you need. You could also use Next.js @ 15.1 with strictly static generation and freeze at that version. Use next routing for statically generated pages and React Router for dynamic pages.