redux-connect
redux-connect copied to clipboard
Provides decorator for resolving async props in react-router, extremely useful for handling server-side rendering in React
`BEGIN_GLOBAL_LOAD`/`END_GLOBAL_LOAD` are dispatched on the client side even when `filter` stops the `asyncConnect` from blocking the render function. However, once the component is mounted, since the redux has saved the...
After loading the component with it's data, I want to make an API call like 'activate' and update and make the change reflect on the component. Is there any way...
The `README.md` gives an example of how you can use this with `applyRouterMiddleware`. Would it make more sense to provide your own middleware instead? Might look something like: ``` javascript...
Could you review my diff... It needs work still, for example the syntax for the promise function needs its options destructed, right? Thank you for taking the initiative to manage...
I have a nested structure of components (containers). Each has it's own asyncConnect. The top one can hold up to N number of children. These children can come from a...
Does anyone know if there is any universal app boiler plate using this library?
Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...