Bookmarks tagged [reactive-programming]
http://paulstovell.com/blog/reactive-programming
My take on reactive and functional reactive programming.
- 📆 published on: 2010-01-04
- tags: reactive-programming
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...
- 📆 published on: 2019-04-22
- tags: reactive-programming, javascript, frameworks
Simple, scalable state management
https://github.com/Reactive-Extensions/RxJS
The Reactive Extensions for JavaScript.
https://github.com/baconjs/bacon.js
FRP (functional reactive programming) library for Javascript.
https://github.com/pozadi/kefir
FRP library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory consumption.
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
https://github.com/cujojs/most
high performance FRP library.
https://github.com/mobxjs/mobx
TFRP library for simple, scalable state management.
A functional and reactive JavaScript library for cleaner code.
- tags: javascript, reactive-programming
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
- source code
https://www.baeldung.com/spring-5-webclient
Discover Spring 5's WebClient - a new reactive RestTemplate alternative.
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...
- 📆 published on: 2014-09-16
- tags: reactive, reactive-programming
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 ...
- 📆 published on: 2017-02-14
- tags: javascript, functional-programming, reactive-programming