reactive-programming.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [reactive-programming]
www.codever.land/bookmarks/t/reactive-programming
What is Reactive Programming? - Paul Stovell
http://paulstovell.com/blog/reactive-programming
My take on reactive and functional reactive programming.
- :calendar: published on: 2010-01-04
- tags: reactive-programming
Rich Harris - Rethinking reactivity - YouTube
https://www.youtube.com/watch?v=AdNJ3fydeao
Modern JavaScript frameworks are all about reactivity. Change your application's state, and the view updates automatically. But there's a catch โ tracking state changes at runtime adds overhead that e...
- :calendar: published on: 2019-04-22
- tags: reactive-programming, javascript, frameworks
MobX Home Page
Simple, scalable state management
- tags: javascript, functional-programming, reactive-programming
- :octocat: source code
RxJs
https://github.com/Reactive-Extensions/RxJS
The Reactive Extensions for JavaScript.
- tags: javascript, reactive-programming
- :octocat: source code
Bacon
https://github.com/baconjs/bacon.js
FRP (functional reactive programming) library for Javascript.
- tags: javascript, reactive-programming
- :octocat: source code
Kefir
https://github.com/pozadi/kefir
FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption.
- tags: javascript, reactive-programming
- :octocat: source code
Highland
Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.
- tags: javascript, reactive-programming
Most.js
https://github.com/cujojs/most
high performance FRP library.
- tags: javascript, reactive-programming
- :octocat: source code
MobX
https://github.com/mobxjs/mobx
TFRP library for simple, scalable state management.
- tags: javascript, reactive-programming
- :octocat: source code
Cycle.js
A functional and reactive JavaScript library for cleaner code.
- tags: javascript, reactive-programming
Build Reactive APIs with Spring WebFlux
https://developer.okta.com/blog/2018/09/24/reactive-apis-with-spring-webflux#secure-your-spring-webf...
You've heard that reactive programming can help you scale? But how do you implement it? Using Spring WebFlux, of course! This article shows you how.
- tags: reactive-programming, spring-webflux, mongodb, spring-security, openid-connect, websocket
- :octocat: source code
Spring 5 WebClient
https://www.baeldung.com/spring-5-webclient
Discover Spring 5's WebClient - a new reactive RestTemplate alternative.
- tags: spring, spring-webflux, reactive-programming
- :octocat: source code
The Reactive Manifesto
https://www.reactivemanifesto.org/
We believe that a coherent approach to systems architecture is needed, and we believe that all necessary aspects are already recognised individually: we want systems that are Responsive, Resilient, El...
- :calendar: published on: 2014-09-16
- tags: reactive, reactive-programming
Glossary of Modern JavaScript Concepts: Part 1Button - CloseLearn More
https://auth0.com/blog/glossary-of-modern-javascript-concepts/
In the first part of the Glossary of Modern JS Concepts series, we'll gain an understanding of functional programming, reactive programming, and functional reactive programming. To do so, we'll ...
- :calendar: published on: 2017-02-14
- tags: javascript, functional-programming, reactive-programming