react-easy-state
react-easy-state copied to clipboard
Enable boilerplate with Next.js
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?
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?