How to apply redux-micro-frontend with nextjs #28
quynhbui-teqnological
started this conversation in
General
Replies: 1 comment
-
This error generally happens if you are trying to use react-redux to create higher order components. This library doesn't is dependent only of However, if you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Your library is very well but i don't know how to apply it in my project
I am building a project by micro-front-end with nextjs. But in progress, we see an issue about managing redux of each shared component:
Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider>
. I think , they can't able to see the state of other apps, need to set up to share state between componentsCan you guide me how to apply your library in micro-front-end with nextjs?
Beta Was this translation helpful? Give feedback.
All reactions