-
Hi! I'm currently using Mobx for my Senior Design Project, but I am having trouble with the integration of it. I am currently using NextJs, Firebase, React and Mobx, and in my _app.js, I can see that the store is there (when I console.log(initialMobxState), but when I try to console.log(props) in a component, it shows it as an empty list rather than showing the stores I have injected, I'm not sure what I am doing wrong and I have been looking at this for hours now, any suggestions would help :)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
A good article to start with is https://dev.to/ivandotv/mobx-server-side-rendering-with-next-js-4m18 I will take a look at your code and see whats up. Do you have it on a public repo? |
Beta Was this translation helpful? Give feedback.
A good article to start with is https://dev.to/ivandotv/mobx-server-side-rendering-with-next-js-4m18
I will take a look at your code and see whats up. Do you have it on a public repo?