5 ms·
I don't know. I use next.js and love it. But I have to implement two static methods for every thing I want to fetch... This also locks me into next.js...
by hermitwriter 6y ago
I don't know. I use next.js and love it. But I have to implement two static methods for every thing I want to fetch... This also locks me into next.js...
- eyelidlessness 6y agoI’ve shopped around a lot and most projects targeting a similar featureset are generally adopting the Next.js APIs for server-side data fetching. So it’s probably not as bad in terms of lock-in as you’d expect.
- xeon06 6y agoI think more people should take a look at https://blitzjs.com https://blitzjs.com. It makes your lock in problem slightly worse I suppose but only because it argues that you want most apps to be coupled like this in real life. In exchange, it gives you great developer experience around things like data fetching.
- scsilver 6y agoTouched this about a half a year ago. Feels like rails for react. Very opinionated and interesting how prisma is used to set up the data schema.