All Projects → LeetCode-OpenSource → Ayanami

LeetCode-OpenSource / Ayanami

Licence: mit
🍭 A better way to react with state

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ayanami

Awesome Reactive Programming
A repository for sharing all the resources available on Reactive Programming and Reactive Systems
Stars: ✭ 163 (+26.36%)
Mutual labels:  reactive, rxjs, reactive-programming, reactivex
Awesome Rxjs
A collection of awesome RxJS resources
Stars: ✭ 314 (+143.41%)
Mutual labels:  reactive, rxjs, reactive-programming, reactivex
realar
5 kB Advanced state manager for React
Stars: ✭ 41 (-68.22%)
Mutual labels:  reactive, decorators, reactive-programming
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (-51.94%)
Mutual labels:  reactivex, reactive, reactive-programming
RxJava-Codelab
Codelab project for demonstration of RxJava features
Stars: ✭ 44 (-65.89%)
Mutual labels:  reactivex, reactive, reactive-programming
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (+6.2%)
Mutual labels:  reactive, rxjs, reactive-programming
vuse-rx
Vue 3 + rxjs = ❤
Stars: ✭ 52 (-59.69%)
Mutual labels:  rxjs, state-management, reactive-programming
rxdeep
rxjs deep state management
Stars: ✭ 47 (-63.57%)
Mutual labels:  reactive, rxjs, state-management
Platform
Reactive libraries for Angular
Stars: ✭ 7,020 (+5341.86%)
Mutual labels:  reactive, rxjs, state-management
Dugong
Minimal State Store Manager for React Apps using RxJS
Stars: ✭ 10 (-92.25%)
Mutual labels:  reactive, rxjs, decorators
Beicon
Reactive Streams for ClojureScript
Stars: ✭ 133 (+3.1%)
Mutual labels:  reactive, rxjs, 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 (-65.12%)
Mutual labels:  reactive, rxjs, reactive-programming
juliette
Reactive State Management Powered by RxJS
Stars: ✭ 84 (-34.88%)
Mutual labels:  reactive, rxjs, state-management
Toy Rx
A tiny implementation of RxJS that actually works, for learning
Stars: ✭ 290 (+124.81%)
Mutual labels:  reactive, rxjs, reactive-programming
Rxdownloader
- Reactive Extension Library for Android to download files
Stars: ✭ 40 (-68.99%)
Mutual labels:  reactive, reactive-programming, reactivex
Rxjs In Action
Code sample repository
Stars: ✭ 117 (-9.3%)
Mutual labels:  reactive, rxjs, reactivex
Rocket.jl
Functional reactive programming extensions library for Julia
Stars: ✭ 69 (-46.51%)
Mutual labels:  reactive, reactive-programming
React Composition Api
🎨 Simple React state management. Made with @vue/reactivity and ❤️.
Stars: ✭ 67 (-48.06%)
Mutual labels:  reactive-programming, state-management
Rsocket Rpc Java
Standard RSocket RPC Java Implementation
Stars: ✭ 126 (-2.33%)
Mutual labels:  reactive, reactive-programming
Rx Connect
Glue your state and pure React components with RxJS
Stars: ✭ 86 (-33.33%)
Mutual labels:  reactive, rxjs

Ayanami

A better way to react with state. Inspired by redux-epics-decorator

GitHub license PRs Welcome code style: prettier npm version codecov CircleCI minzipped size

Highlights

  • No extra configuration, everything is out of the box
  • Define state and actions in a predictable and type-safe way
  • Use RxJS to create side effects and more
  • Debuggable: Inspect actions and state changes via redux-devtools-extension

Installation

Using yarn:
yarn add ayanami @asuka/di reflect-metadata rxjs immer
Or via npm:
npm install ayanami @asuka/di reflect-metadata rxjs immer

Examples

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].