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

Example without NextJS ? #2

Open revskill10 opened 5 years ago

revskill10 commented 5 years ago

Thanks for great idea and implementation API. I have one question about applicability to non-next projects. Does the library work with RazzleJS or similar SSR frameworks ? As i see the idea could be universally frameworkless, so it could be super useful for other users also.

dunglas commented 5 years ago

Hi,

The lib is Next-agnostic. You can use it easily with just React. I don’t know RazzleJS, but if someone want to provide an example with this framework, I’ll be glad to help.