redux-devtools-dispatch
Action dispatcher
A tool to manually dispatch actions in Redux applications for testing purposes
Dispatch your actions manually to test if your app reacts well.
142 stars
7 watching
6 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 2 awesome lists
devtoolsdispatchreactredux
Related projects:
Repository | Description | Stars |
---|---|---|
| A CLI tool for managing remote Redux dispatch instances and interacting with remotedev-server | 30 |
| Allows dispatching multiple actions from one action creator in a non-blocking manner | 137 |
| A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
| A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
| Library for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing. | 188 |
| A simple fast dispatch library designed to support the CQRS pattern in Java applications | 42 |
| Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
| Middleware for Redux to queue and execute actions asynchronously | 112 |
| A tool that displays Redux action logs in a filterable tree view. | 153 |
| A tool for remotely debugging and inspecting Redux stores in React Native and other applications. | 1,805 |
| Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
| A React-based CMS/ERP application using Redux and Ant Design for enterprise management | 416 |
| A starter project for building web applications using React, Ant Design, and Redux with routing support. | 105 |
| Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,492 |
| An opinionated library to create actions and reducers for Redux in a specific way | 1,488 |