by tiktaktow on 5/14/22, 2:12 PM with 4 comments
I have looked at Next, Blitz and Remix, and all of them look very promising. Next has a simple routing and options for SSR, SSG and CSR, which is a big advantage for serving different kind of contents for the users. But I'm not sure if it can match Express' performance in backend tasks. Blitz has scaffolding, simple routing and simplified data fetching. But its community and documentation is still small. Remix is exciting because of its use of web native features and nested routing. But its still new and I'm not so confident about its backend performance.
I am looking for advice from experienced devs who have used these frameworks for fullstack in production. Is any one of them a good bet as a fullstack solution? Or should I stick with separate React/Next for frontend and Express for backend?
by flybayer on 5/14/22, 3:02 PM
I highly recommend you build it in a monolithic approach, because it will make it a lot easier and faster to build.
Since you are mobile app heavy, I would probably go with GraphQL using RedwoodJS+Prisma or Next.js+Prisma+Pathos [1]