How do I use MobX with NextJS properly?
With a custom _document.js in my project, I wouldn't really have an App.js where I can mount a single Provider. Instead, I would have multiple Pages here. How do I use MobX Provider to put my stores? I also need to make sure that SSR works. I am co...
Join discussion