microsoft / redux-micro-frontend

This is a library for using Redux to manage state for self-contained apps in a Micro-Frontend architecture. Each self-contained isolated app can have its own isolated and decoupled Redux store. The componentized stores interact with a global store for enabling cross-application communication.
MIT License
344 stars 64 forks source link

How to apply redux-micro-frontend with nextjs #27

Closed quynhbui-teqnological closed 3 years ago

quynhbui-teqnological commented 3 years ago

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 components

Can you guide me how to apply your library in micro-front-end with nextjs?

quynhbui-teqnological commented 3 years ago

I think it like more discussions, I will post it discussions