next-realworld-example-app icon indicating copy to clipboard operation
next-realworld-example-app copied to clipboard

[request] Do you consider writing a full-fledged example app?

Open ctrngk opened this issue 5 years ago • 1 comments

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

ctrngk avatar Oct 22 '20 02:10 ctrngk

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

cirosantilli avatar Jun 01 '21 17:06 cirosantilli