react-native-radial-context-menu
A react-native implementation of a radial action menu
A react-native implementation of a radial action menu
Sample node express webhook application that trigger shell commands
Adding initiator class and method name to ngrx action
**NOTE: Fork version with custom button colors**
Redux middleware that integrates with [Elixir] Phoenix channels.
Official plugins for Resourceful Redux
Magically maps actions to reducers without any magic strings
bind redux action creators function to group
Store enhancer and action creator that enables batching subscriber notifications for an array of actions, including complex actions (e.g. thunks) enabled by middleware.
Higher-order action creators for Redux
Reducers without constants and dispatch via React Hooks
A tiny library to make redux more manageable
A powerful Redux framework for interacting with remote resources.
Small typescript redux utility to improve typesafety between action creators and reducers.
Redux library for controlling action creator execution
redux-saga-promise with redux-act support
`redux-action-chain` is a middleware that aims to easily manage side effects of application.
Redux action mapper middleware
Helper library to automatically map methods to Redux actions
* 用于从指定的action,在满足一定条件下,衍生出一个新的action,从而达到针对一定条件下的扎堆action在reducer中进行统一处理,而不用对每一个action都进行判断