reck1ess / next-realworld-example-app

Exemplary real world application built with Next.js + SWR
https://next-realworld-example-app.now.sh
817 stars 255 forks source link

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

Open ctrngk opened 4 years ago

ctrngk commented 4 years ago

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

cirosantilli commented 3 years ago

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: