RisingStack / react-easy-state

Simple React state management. Made with ❤️ and ES6 Proxies.
MIT License
2.56k stars 103 forks source link

Enable boilerplate with Next.js #316

Open Taxi4you opened 2 years ago

Taxi4you commented 2 years ago

I want to enable RES with Next.JS.

I have tried myself to create a boilerplate but facing many issues, since Next.JS is server side rendering.

Is it possible to make a boilerplate to support Next.JS?

nitelite commented 3 months ago

I think you probably need to provide a different version of the view function that could be used on the server-side, which doesn't actually add any reactivity, maybe even just returns the object passed in?