Tirtha Guha
Thanks for sharing 🙌
redux-micro-frontend library says that each Micro-Frontend is supposed to be a self-contained unit having its store.
An individual application should not be able to modify the state of other apps, however, they should be able to see the state of other apps.
This is a great starting point!
Simone Pizzamiglio
Software Engineer
Great article and good insights.
May I ask you how do you deal with store management in micro-frontend? Do you use Zustand? Recoil? Redux?
Do you have only one single store declared in the app shell or each micro-frontend has its own store?