redux for mini app #947
Unanswered
HongQuang231
asked this question in
Q&A
Replies: 1 comment
-
Redux provides the capability to dynamically inject state slices to the Redux store. In my super-app (part of a monorepo), I have the state slices defined in the mini (/remote) apps but at runtime when the host pulls them, the host first injects the Slices coming in from the mini-apps (via module federation) into its global store. I recommend that you take a look at Redux Dynamic State Injection. |
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
-
i use redux in my project, but if I use redux in the mini app, I need to add a slice to the project in the host app, I don't want to do it.
i can find other ways to share looks like redux in the mini app
Beta Was this translation helpful? Give feedback.
All reactions