Thanks, Jiahua Yan!
You do not import reducer from the micro app. Instead, you import the state.
There are a few ways to share data among micro apps:
- Global objects
- Window objects
- Local storage
Thanks, Jiahua Yan!
You do not import reducer from the micro app. Instead, you import the state.
There are a few ways to share data among micro apps: