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: over 5 years ago
Linked from 2 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
| | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
| | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
| | Enables immutable state in Redux reducers | 40 |
| | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,960 |
| | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
| | Allows dispatching multiple actions from one action creator in a non-blocking manner | 137 |
| | A utility for testing Redux reducers in isolation | 11 |
| | A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
| | An opinionated library to create actions and reducers for Redux in a specific way | 1,488 |
| | A tool that displays Redux action logs in a filterable tree view. | 153 |
| | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
| | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
| | A boilerplate with hot reloading and error handling tools for building state management applications | 122 |
| | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |