How I start a new React app in 2024: Traditional SPA: Vite, Typescript,...


How I start a new React app in 2024:

Traditional SPA: Vite, Typescript, @tan_stack file-based router. I’d add @tan_stack query if many pages use the same queries.

Server-rendered: Next.js app folder with TypeScript. (I like Remix too but am waiting for them to add RSC support)

View original on X