ivandotv / mobx-nextjs-root-store

Mobx root store implementation for next.js with server-side rendering
counter-demo.vercel.app
52 stars 14 forks source link

how to use the mobx store in nextjs 14 app router #46

Open NileshJain78 opened 3 months ago

NileshJain78 commented 3 months ago

i am having diffculty in linking the mobx with app router the thing is that if i wanna use mobx then will have to create and use the context but it will be done under client component and whenever i will use this context it will ask me to render in the client component then what about ssr??

ivandotv commented 3 months ago

I have yet to update the repository to use Next.js 14 and app router