Skip to content

Latest commit

 

History

History
100 lines (85 loc) · 6.02 KB

reactive-programming.md

File metadata and controls

100 lines (85 loc) · 6.02 KB

Bookmarks tagged [reactive-programming]

http://paulstovell.com/blog/reactive-programming

My take on reactive and functional 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...


https://mobx.js.org/

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.


http://highlandjs.org/

Re-thinking the JavaScript utility belt, Highland manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams.


https://github.com/cujojs/most

high performance FRP library.


https://github.com/mobxjs/mobx

TFRP library for simple, scalable state management.


https://cycle.js.org

A functional and reactive JavaScript library for cleaner code.


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.


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


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