next-realworld-example-app
next-realworld-example-app copied to clipboard
[request] Do you consider writing a full-fledged example app?
Hi, As a full-stack developer, it seems too complex to maintain API on both front and back side in real world . I hope a full-fledged SSR project is built without considering the API stuffs.
Regards
I forked a fullstack ISR version of this repo at: https://github.com/cirosantilli/node-express-sequelize-nextjs-realworld-example-app Managed to deploy to Heroku at: https://cirosantilli-realworld-next.herokuapp.com/
It's a crappy PoC, but it's a start.
Currently there are two major limitations I don't know how to solve except by reverting to SSR as mentioned in the README of that repo:
- https://stackoverflow.com/questions/67684780/how-to-set-where-the-prerendered-html-of-new-pages-generated-at-runtime-is-store
- https://github.com/vercel/next.js/discussions/25677