Reactive programming
Hands-on Introduction to Fine-Grained Reactivity is great read.
Links
- Introduction to Reactive Programming you've been missing
- What is Reactive Programming? (2010)
- The essence and origins of FRP - Keynote talk for LambdaJam 2015.
- xstream - Extremely intuitive, small, and fast functional reactive stream library for JavaScript.
- CONNECTIVE - Agent-based reactive programming library for typescript.
- RxViz - Animated playground for Rx Observables. (Code)
- Explaining Streams to Rich Harris (2019)
- Towards a unified theory of reactive UI (2019) (HN)
- Streams for reactive programming (2020)
- David Khourshid — The visual future of reactive applications with statecharts (2020)
- RxFeedback - Universal system operator and architecture for RxSwift.
- reactive.how - Learn RxJS operators and Reactive Programming principles. (Code)
- Kairo.js - Refined reactive programming pattern for web applications, the framework over frameworks.
- A Hands-on Introduction to Fine-Grained Reactivity (2021)
- FRP Guides - Tutorials, guidelines, examples, patterns and half-baked ideas on functional reactive programming (FRP).
- ShapeRankai - Targeted at data analytics, machine learning and reactive programming. Purely functional and statically typed. (Talk)
- Main aspects of reactivity (2021)
- cellx - Ultra-fast implementation of reactivity for JS.
- Разбираемся в сортах реактивности (Tweet)
- Reactive - Super simple, yet powerful and performant library for State Management / Reactive Programming.
- General Theory of Reactivity
- Scramjet - Simple reactive stream programming framework in TypeScript.
- Hands-on Introduction to Fine-Grained Reactivity (2021)
- Awesome Observables
- Building a Reactive Library from Scratch (2021)
- LiteObservable - Cold Observables for JS in a lightweight fashion.
- observable - Tiny observable implementation.
- reactive-box - Minimalistic, fast, and highly efficient reactivity.
- Flimsy - Single-file <1kb min+gzip simplified implementation of the reactive core of Solid, optimized for clean code.