redux-test-reducer
Reducer tester
A utility for testing Redux reducers in isolation
Simple testing mechanism for Redux reducers
11 stars
2 watching
1 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
conorhastings/redux-test-recorder | A tool that automatically generates tests for reducers in Redux applications based on user interactions. | 495 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
erikras/multireducer | Utility to create a single reducer from multiple copies of the same reducer | 422 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
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 |
chiefgui/reswitch | A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
acdlite/redux-transducers | Utilities for working with transducers in Redux applications | 130 |
yildizberkay/redux-example | A sample React project demonstrating the use of Redux as a state container to manage complex applications | 90 |
kvoti/redux-rest | Automatically generates Redux action creators and reducers for REST APIs | 180 |
redux-things/redux-actions-assertions | Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
kwelch/entities-reducer | A high-order reducer for updating Redux state with normalized data from server requests | 5 |
combine/universal-react-redux | A comprehensive React + Redux starter kit with pre-configured defaults and sensible settings for development and production | 110 |
omnidan/redux-recycle | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |