redux
Redux DevTools
https://github.com/reduxjs/redux-devtools
Developer Tools to power-up Redux development workflow or any other architecture which handles the state change (see integrations).
Related contents:
Added 1 month ago
Redux Toolkit
https://redux-toolkit.js.org/
The official, opinionated, batteries-included toolset for efficient Redux development.
The Redux Toolkit package is intended to be the standard way to write Redux logic.
Related contents:
Added 1 month ago
Added 3 years ago
BoldR
https://github.com/strues/boldr
React based CMF / blogging engine using Redux, Postgres, Node, and more...
Katana
https://github.com/BendingSpoons/katana-swift
Katana is a modern Swift framework for writing iOS apps, strongly inspired by React and Redux, that gives structure to all the aspects of your app.
Added 8 years ago
ReSwift
https://github.com/ReSwift/ReSwift/tree/master
ReSwift is a Redux-like implementation of the unidirectional data flow architecture in Swift. ReSwift helps you to separate three important concerns of your app's components:
State: in a ReSwift app the entire app state is explicitly stored in a data structure. This helps avoid complicated state management code, enables better debugging and has many, many more benefits...
Views: in a ReSwift app your views update when your state changes. Your views become simple visualizations of the current app state.
State Changes: in a ReSwift app you can only perform state changes through actions. Actions are small pieces of data that describe a state change. By drastically limiting the way state can be mutated, your app becomes easier to understand and it gets easier to work with many collaborators.
Added 9 years ago