dunglas / react-esi

React ESI: Blazing-fast Server-Side Rendering for React and Next.js
https://dunglas.fr/2019/04/react-esi-blazing-fast-ssr/
MIT License
678 stars 30 forks source link

next.js example was removed from upstream next.js project #17

Open milesrichardson opened 4 years ago

milesrichardson commented 4 years ago

The example, which is currently linked in the react-esi readme, no longer exists: https://github.com/zeit/next.js/blob/canary/examples/with-react-esi/

Is there a reason this was removed? i.e., something about it doesn't work correctly? Or has something changed in next.js that makes react-esi incompatible with it?

dunglas commented 4 years ago

See https://github.com/zeit/next.js/issues/8262. We need to re-add the example IMHO.

gurnro commented 10 months ago

Any idea when this example will be back?

J3m5 commented 8 months ago

Soon @gurnro You can check this MR which improve on the previous one that added the React and Next examples directly into the repository.