Difference between revisions of "Reactive Programming"
From Lost In Wonderlands
(→Tools link) |
(→Reactive Javascript aka RxJS) |
||
Line 41: | Line 41: | ||
== Reactive Javascript aka RxJS == | == Reactive Javascript aka RxJS == | ||
− | * https://medium.com/javascript-in-plain-english/reactive-programming-in-javascript-8373201a6618 | + | |
− | * https://dev.to/sagar/reactive-programming-in-javascript-with-rxjs-4jom | + | * RxJS |
− | * https://angular.io/guide/rx-library | + | ** https://medium.com/javascript-in-plain-english/reactive-programming-in-javascript-8373201a6618 |
+ | ** https://dev.to/sagar/reactive-programming-in-javascript-with-rxjs-4jom | ||
+ | ** https://angular.io/guide/rx-library | ||
+ | |||
+ | |||
+ | * React-Js | ||
+ | ** https://fr.reactjs.org | ||
+ | |||
+ | |||
+ | |||
+ | === Angulat or React ? === | ||
+ | * https://www.freecodecamp.org/news/angular-vs-react-what-to-choose-for-your-app-2/ | ||
+ | |||
+ | |||
+ | in French: | ||
+ | * https://blog.dyma.fr/quel-framework-choisir-en-2020-angular-vue-js-ou-react/ | ||
== Reactive Java aka RxJava == | == Reactive Java aka RxJava == |
Revision as of 20:34, 24 January 2021
Contents
Reactive Programming
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Reactive Programming... (But Were Afraid to Ask)
a collection of links of interest
See also
Reactive Programming
RX = OBSERVABLE + OBSERVER + SCHEDULERS
- https://medium.com/@kevalpatel2106/what-is-reactive-programming-da37c1611382
- https://www.scnsoft.com/blog/java-reactive-programming
in French :
the Actor Model
MicroServices
Reactive Javascript aka RxJS
- RxJS
- React-Js
Angulat or React ?
in French:
Reactive Java aka RxJava
- https://medium.com/@kevalpatel2106/what-is-reactive-programming-da37c1611382
- https://medium.com/@kevalpatel2106/code-your-next-android-app-using-rxjava-d1db30ac9fcc
Reactive Kotlin RxKotlin
Reactive Swift aka RxSwift
- Swift
- Swift UI
- Combine
Articles
with spring.io
- https://spring.io/blog/2016/06/07/notes-on-reactive-programming-part-i-the-reactive-landscape?utm_source=twitter&utm_medium=social
- https://spring.io/blog/2016/06/13/notes-on-reactive-programming-part-ii-writing-some-code
- https://spring.io/blog/2016/07/20/notes-on-reactive-programming-part-iii-a-simple-http-server-application
- https://github.com/dsyer/reactive-notes
- https://lmax-exchange.github.io/disruptor/
with java and android
- https://medium.com/@kevalpatel2106/what-is-reactive-programming-da37c1611382
- https://medium.com/@kevalpatel2106/code-your-next-android-app-using-rxjava-d1db30ac9fcc
Blogs
Tools link