All Projects → brunocodutra → Reducer

brunocodutra / Reducer

Licence: mit
A predictable reactive framework for Rust apps inspired by Redux

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Reducer

Rxfirebase
RxJS wrapper with extra goodies for the Firebase JavaScript SDK
Stars: ✭ 11 (-78%)
Mutual labels:  reactive-programming
Corsair
Corsair using RxJS, Immutable.js and WebGL/three.js
Stars: ✭ 36 (-28%)
Mutual labels:  reactive-programming
Mostly Adequate Guide Ru
Mostly adequate guide to FP (in javascript, translated to russian)
Stars: ✭ 1,030 (+1960%)
Mutual labels:  reactive-programming
Laminar Examples
Stars: ✭ 21 (-58%)
Mutual labels:  reactive-programming
Tydux
Type safe state management for web applications
Stars: ✭ 33 (-34%)
Mutual labels:  flux-architecture
Fluxxkit
Unidirectional data flow for reactive programming in iOS.
Stars: ✭ 42 (-16%)
Mutual labels:  reactive-programming
Observer Util
Transparent reactivity with 100% language coverage. Made with ❤️ and ES6 Proxies.
Stars: ✭ 905 (+1710%)
Mutual labels:  reactive-programming
Rxswift To Combine Cheatsheet
RxSwift to Apple’s Combine Cheat Sheet
Stars: ✭ 1,040 (+1980%)
Mutual labels:  reactive-programming
Rxjava Android Samples
Learning RxJava for Android by example
Stars: ✭ 7,520 (+14940%)
Mutual labels:  reactive-programming
Flutter validation login form bloc pattern rxdart
[Functional reactive programming (FRP)]💧 💧 💧 [Pure RxDart] Validation login form by using the BLoC pattern with RxDart - A new Flutter project featuring a faked authentication interface to demonstrate validation. Implemented with BloC pattern.
Stars: ✭ 45 (-10%)
Mutual labels:  reactive-programming
Awesome Flutter
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
Stars: ✭ 38,582 (+77064%)
Mutual labels:  reactive-programming
Swiftea
Bits of the Elm Architecture in Swift for iOS, MacOS and SwiftUI
Stars: ✭ 32 (-36%)
Mutual labels:  flux-architecture
Evolui
A tiny reactive user interface library, built on top of RxJs.
Stars: ✭ 43 (-14%)
Mutual labels:  reactive-programming
Lagom Example
Example usage of the Lagom Framework for writing Java-based microservices
Stars: ✭ 20 (-60%)
Mutual labels:  reactive-programming
Inferno Most Fp Demo
A demo for the ReactJS Tampa Bay meetup showing how to build a React+Redux-like architecture from scratch using Inferno, Most.js, reactive programmning, and various functional programming tools & techniques
Stars: ✭ 45 (-10%)
Mutual labels:  reactive-programming
Cycle State Machine Demo
Non-trivial, real use case demo of a hierarchical state machine library with cyclejs
Stars: ✭ 25 (-50%)
Mutual labels:  reactive-programming
Rxdownloader
- Reactive Extension Library for Android to download files
Stars: ✭ 40 (-20%)
Mutual labels:  reactive-programming
Sesame
Android architecture components made right
Stars: ✭ 48 (-4%)
Mutual labels:  reactive-programming
Get Reactive With Spring5 Demo
Stars: ✭ 47 (-6%)
Mutual labels:  reactive-programming
Rxloop
rxloop = Redux + redux-observable (Inspired by dva)
Stars: ✭ 44 (-12%)
Mutual labels:  flux-architecture

Reducer crate.badge docs.badge codecov.badge

A platform for reactive programming in Rust that can be used to manage the state of any kind of application. It shines when used to drive graphical user interfaces and integrates well with both immediate mode and retained mode GUI frameworks.

Using Reducer

Reducer is available on crates.io, simply add it as a dependency in your Cargo.toml:

[dependencies]
reducer = "2.1"

and import it in your lib.rs:

use reducer::*;

The full API documentation is available on docs.rs

Examples

To see Reducer in action, check out the examples directory.

Contribution

Reducer is an open source project and you're very welcome to contribute to this project by opening issues and/or pull requests, see CONTRIBUTING for general guidelines.

License

Reducer is distributed under the terms of the MIT license, see LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].