prism
Action composer
A library that simplifies composing actions in React and Redux applications by allowing function-like composition of action types
React / Redux action composition made simple http://salsita.github.io/prism/
495 stars
23 watching
24 forks
Language: TypeScript
last commit: over 7 years ago
Linked from 2 awesome lists
compositionelm-architecturereactredux
Related projects:
Repository | Description | Stars |
---|---|---|
pakoito/rxactions | Provides a functional way to compose actions in an RxJava observable chain for smooth handling of side effects | 33 |
alnorris/redux-actiontyper | A tool to simplify Redux action type creation by reducing verbosity using ES6 Proxies. | 57 |
expo/react-native-action-sheet | A cross-platform React Native component that provides a native UIActionSheet on iOS and a pure JS implementation on Android. | 1,401 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
rxswiftcommunity/action | An RxSwift library that abstracts actions with work factories, managing execution and enabling conditions. | 875 |
joseph-galindo/eslint-plugin-fsa | Enforces Redux action creators to conform to a standardized format | 4 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
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 |
jamesplease/react-composer | A library to simplify composing multiple render prop components together | 611 |
merri/react-tabbordion | A React component suite for managing state and rendering multiple content items with semantic HTML structure | 80 |
rafaelchiti/react_scaffolding | An opinionated React scaffolding providing a base structure for building Single Page Apps with Redux and Webpack. | 28 |
ra1028/floatingactionsheetcontroller | A UI component library for displaying customizable, action-oriented buttons and sheets on iOS devices. | 139 |
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 |
stoeffel/compose-function | A JavaScript library for composing functions together to create new function combinations. | 56 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |