Post #3172439
2026-04-03 19:53 UTC
@mintydev@mastodon.social honestly I just use React Router and my mutations never go through the frontend server, as my backend is written in another language and all Comms is generated using openAPI, meaning I can do mutations both in the server and client
I tried nextjs for a bit but the use server/client is so stupid and creates unnecessary complexity. RSC were a mistake.
Replies (1)
-
@mintydev@mastodon.social 2026-04-03 20:05
@diegovsky@bolha.us yeah, I'm kinda done with RSC too (though I'll still use them in Next JS projects). I still very much like the full-stack developer experience of Next JS, but so far it seems like TanStack Start does it wayyyy better.