▲ | TanStack Start v1 Release Candidate(tanstack.com) | |
4 points by tkdodo 7 hours ago | 1 comments | ||
▲ | dimitrisnl 7 hours ago | parent [-] | |
I have only good things to say about TanStack start. I know there's some fatigue when it comes to full-stack JS/TS frameworks, since they re-invent ways to do data fetching, but are not in any way batteries-included. I prefer it over Next.js and the whole RSC story, and it has sensible features that I missed in Remix (server functions from everywhere [1], middleware, type safety) I wouldn't pick it as a full-stack framework, I will always keep my backend separate, but for a SSR-capable TypeScript framework it's amazing. [1]: https://tanstack.com/start/latest/docs/framework/react/serve... |