Post #2909093
2026-04-21 12:01 UTC
@Richr@mastodon.social We used it for a project at my last job to serve as a back end to a front end I was creating. I didn’t work in it directly, but my colleagues who did were happy with it. The fact that it uses Next.js is a point in its favor; that mitigates a fair amount of the issues I have with React by rendering on the server. I actually paired it with a front end built with Remix, which works similarly to Next.js in rendering on the server and would up with something that worked like a normal site.
Replies (1)
-
@Richr@mastodon.social 2026-04-21 13:39
@thereisnocat@toot.cafe thanks Ralph