(no title)
l0gicpath | 11 months ago
But Next.js is not the only option on the market, so I partially echo your sentiment, not around React SPA vs React fullstack, but around Next.js vs a half dozen better alternatives for the React ecosystem.
l0gicpath | 11 months ago
But Next.js is not the only option on the market, so I partially echo your sentiment, not around React SPA vs React fullstack, but around Next.js vs a half dozen better alternatives for the React ecosystem.
shepherdjerred|11 months ago
I agree, but you can definitely do this without SSR or Next.JS. Common examples are tRPC, Zodios, or even just plain fetch calls with shared type definitions.
- https://trpc.io/
- https://www.zodios.org/
root_axis|11 months ago
root_axis|11 months ago
You don't need a framework for that.