Ask HN: Preferred Next.js Alternatives?

detailed reasoning welcome!

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

2 points | by blinkbat 7 hours ago

3 comments

  • journal 1 hour ago
    Does not using it count as alternative?
  • objcts 5 hours ago
    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.
  • johncoltrane 7 hours ago
    (detailed use case) => detailed reasoning
    • blinkbat 7 hours ago
      just want something comparable to next (api layer, ssr ability, nice surface api), for a relatively simple case (oauth with ms, simple api to query other apis).

      I'm avoiding Next because deploying it on anything non-vercel sucks.