redux-ui icon indicating copy to clipboard operation
redux-ui copied to clipboard

Easy UI state management for react redux

Results 38 redux-ui issues
Sort by recently updated
recently updated
newest added

I would like to use it in some cases, but if the community and the administrator are inactive I won't do such thing. As I see the **newest issue** was...

The following code is not working with `[email protected]`: ```jsx import { Provider } from "react-redux"; import React from "react"; import { ConnectedRouter } from "connected-react-router/immutable"; import { Route } from...

Guard lack of reducer in case of rehydration event from redux-persist library with redux-persist-transform-immutable transformation.

Can't find anything in the documentation on callbacks, but if i want to update the UI state and then execute some query that reads from that state, how would i...

This file should be removed , or you will get error when use it in react native :  TransformError: xxxx.js: Unknown plugin "transform-decorators-legacy" specified in "folder/node_modules/redux-ui/.babelrc" at 0, attempted to...

https://reactjs.org/docs/higher-order-components.html#convention-wrap-the-display-name-for-easy-debugging

`C Class` in the `Readme.md` **example** didn't include an **end div XML tag** in `render()`.

Will fix CI, tests pass locally. Could you tag this version as well please?

I have a react native project which was built using `[email protected]`. This has `[email protected]` as a dependency. redux-ui should be including this under peerDependencies in package.json and should allow for...

We have certain component that need separate ui state for each instance of it. This PR allows us to dynamically define ui state key.