redux-dynamic-modules icon indicating copy to clipboard operation
redux-dynamic-modules copied to clipboard

Modularize Redux by dynamically loading reducers and middlewares.

Results 81 redux-dynamic-modules issues
Sort by recently updated
recently updated
newest added

https://github.com/microsoft/redux-dynamic-modules/blob/c1439e67de12488a142df9c07cbc394e87e329cf/packages/widgets-example/src/widgets/hacker-news/redux/hacker-news-actions.js#L16

https://github.com/microsoft/redux-dynamic-modules/blob/c1439e67de12488a142df9c07cbc394e87e329cf/packages/widgets-example/src/App.js#L31 Probably should be `enhancers` https://github.com/microsoft/redux-dynamic-modules/blob/c1439e67de12488a142df9c07cbc394e87e329cf/packages/redux-dynamic-modules-core/src/ModuleStore.ts#L19

Hello, I'm struggling with adding dynamic modules to the store in a certain place. In my case, I'm adding modules where each module has specific GUID that is its id....

I wrote a small tutorial project (project is working) https://github.com/Ulibka68/otus_react_dz/tree/Les23/7-try-to-type Inside project I'm write getModule function exactly as widget example: [link](https://github.com/microsoft/redux-dynamic-modules/blob/master/packages/widgets-example/src/widgets/hacker-news/redux/hacker-news-module.js) I'm type my function using this type: ``` export...

It is common to have an `epicMiddleware ` that includes dependencies. In the current observable extension, it creates a default `epicMiddleware` which will not work for users with custom `epicMiddleware`....

Currently all examples has react and react-redux dependencies. But there is growing community of the native web components which does not rely on the react ecosystem at all. Redux really...

There may be many folks, including myself, that prefer the "withSomeFeature" HOC style for initiating a Redux module load. To that end, have provided some working code below. I am...

Fixes following in docs ![image](https://user-images.githubusercontent.com/5318732/93849680-ebde2480-fcac-11ea-942c-42710047b3c3.png)