redux-actions-assertions
Action creator tester
Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing.
Simplify testing of redux action and async action creators
188 stars
6 watching
11 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list
assertionschaijestmochareduxredux-middlewareunit-testing
Related projects:
Repository | Description | Stars |
---|---|---|
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
pauldijou/redux-act | An opinionated library to create actions and reducers for Redux in a specific way | 1,489 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
joseph-galindo/eslint-plugin-fsa | Enforces Redux action creators to conform to a standardized format | 4 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
palantir/redoodle | An addon library that enhances Redux integration with TypeScript by solving common pains and providing type-safe action creation and reducer inference. | 100 |
ashaffer/redux-multi | Enables dispatching multiple actions from one action creator in a Redux application | 137 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
kvoti/redux-rest | Automatically generates Redux action creators and reducers for REST APIs | 180 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |