redux-history-transitions
Action transition library
A library that allows you to execute history transitions after actions are dispatched in your Redux store
history transitions based on arbitrary actions
167 stars
6 watching
10 forks
Language: JavaScript
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
joerez/react-transitions | A CSS animation library designed to handle full-page transitions in React applications | 215 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
wellguimaraes/actionware | A Redux library reducing boilerplate and automating error and busy status management in action executions. | 200 |
pauldijou/redux-act | An opinionated library to create actions and reducers for Redux in a specific way | 1,489 |
marcosgriselli/easytransitions | A library that helps developers create custom interactive transitions in iOS and tvOS apps using simple functions defined in protocols. | 1,679 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
morevm/vue-transitions | A library that provides customizable interface transitions for Vue 2 and Vue 3 applications | 198 |
lewis617/redux-amrc | A tool for managing asynchronous actions in Redux applications with minimal boilerplate code. | 35 |
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 |
exodusmovement/redux-watch | A tool to monitor and notify when Redux store state changes occur | 309 |
ryandrewjohnson/react-localize-redux | A React library for handling translations in web applications | 374 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
redux-effects/redux-effects-localstorage | A Redux effects driver for interacting with localStorage | 10 |
matthieu-beteille/redux-data-fx | A library that helps separate business logic and side effects in Redux applications using declarative data structures | 53 |