redux-easy-actions

Action creator decorator

Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads.

Sugar library for creating Redux or Flux actions.

GitHub

42 stars
3 watching
2 forks
Language: JavaScript
last commit: over 9 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
pauldijou/redux-actAn opinionated library to create actions and reducers for Redux in a specific way1,488
alnorris/redux-actiontyperA tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies.57
redux-things/redux-actions-assertionsLibrary for simplifying testing of Redux actions and async action creators by reducing repetitive code and allowing focused testing.188
joseph-galindo/eslint-plugin-fsaEnforces Redux action creators to conform to a standardized format4
palantir/redoodleAn addon library that enhances Redux integration with TypeScript by solving common pains and providing type-safe action creation and reducer inference.101
karlpurk/redux-decoratorsA utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling.90
andersdjohnson/redux-reducer-asyncA utility for creating standardized redux reducers for handling async actions in an efficient and reusable way.14
itsmepetrov/redux-combine-actionsMiddleware that combines async actions into a single dispatch sequence or parallel execution163
fredericheem/redux-act-asyncReduces boilerplate code for creating async actions and reducers in Redux applications125
lewis617/redux-amrcA tool for managing asynchronous actions in Redux applications with minimal boilerplate code.35
wellguimaraes/actionwareA Redux library reducing boilerplate and automating error and busy status management in action executions.200
lukasz-pluszczewski/redux-better-promiseMiddleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power15
kvoti/redux-restAutomatically generates Redux action creators and reducers for REST APIs180
zackargyle/redux-immutable-reducerEnables immutable state in Redux reducers40
ashaffer/redux-multiAllows dispatching multiple actions from one action creator in a non-blocking manner137