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

Awesome list of Redux examples and middlewares

Results 34 awesome-redux issues
Sort by recently updated
recently updated
newest added

Hey @xgrommx just removing a dead link. Cheers!

Added an article for React State Management using React hooks and Redux

This library is a little similar to redux-act or redux-actions, but provides some unique features like: - thunk creators - no need to pass action type as string to `createAction`...

The new library has almost the same API, still can be used with sagas but it doesn't require sagas to be used and it is not driven by sagas anymore,...

**Wrong riotjs link** Current: http://riotjs.com/ Actual: https://riot.js.org/ **Also, broken child link** Current: https://github.com/zesty-io/app-skeleton Actual: Not known

**redux-dom-mutation-observer** - Redux middleware to handle DOM mutations via [MutationObserver](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver) Web API.

Add [normalized-reducer](https://github.com/brietsparks/normalized-reducer), a library that helps manage normalized relational state. The [demo app](https://brietsparks.github.io/normalized-reducer-demo/) shows its features in action.