redux-ignore
Action filter
A higher-order reducer that enables the selective ignoring of Redux actions to improve performance in large applications.
higher-order reducer to ignore redux actions
843 stars
14 watching
29 forks
Language: JavaScript
last commit: almost 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
omnidan/redux-recycle | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
ashaffer/redux-multi | Enables dispatching multiple actions from one action creator in a Redux application | 137 |
amsardesai/redux-test-reducer | A utility for testing Redux reducers in isolation | 11 |
calvinfroedge/redux-modifiers | A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
pauldijou/redux-act | An opinionated library to create actions and reducers for Redux in a specific way | 1,489 |
bvaughn/redux-devtools-filterable-log-monitor | A tool that displays Redux action logs in a filterable tree view. | 153 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
omnidan/redux-undo-boilerplate | A boilerplate with hot reloading and error handling tools for building state management applications | 121 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |