redux-micro-frontend icon indicating copy to clipboard operation
redux-micro-frontend copied to clipboard

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 co...

Results 10 redux-micro-frontend issues
Sort by recently updated
recently updated
newest added

At the moment, my organisation is looking into the whole instance of microfrontends. We have several applications (React + Redux + React Router) that we have developed - and are...

documentation

Move redux and redux-devtools-extension to peerDependencies to avoid versions conflicts. Related to https://github.com/microsoft/redux-micro-frontend/issues/22

** Context ** I am currently in the process of experimenting with a microfrontend architecture with Webpack 5 and the Module Federation plugin. I have integrate this library to communicate...

bug

**Describe the bug** Hi everyone, I'm playing arround with this library and I found out that I'm able to update state from AppA -> AppB even if AppB doesn't have...

bug

**Is your feature request related to a problem? Please describe.** I'm having a hard time integrating redux-developer tools. I can do it, but it's not elegant. In doing so I...

enhancement

**Describe the bug** (Not a Bug, it is a Question) I have two apps built using redux and redux-micro-frontend, In this case how could I get the global state change...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

Added direct links to the sample apps for quick accessibility