react-easy-state icon indicating copy to clipboard operation
react-easy-state copied to clipboard

Enable boilerplate with Next.js

Open Taxi4you opened this issue 3 years ago • 1 comments

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?

Taxi4you avatar Dec 28 '21 15:12 Taxi4you

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?

nitelite avatar Jun 29 '24 13:06 nitelite