Difference between revisions of "Reactive Programming"
From Lost In Wonderlands
(→Tools link) |
(→Reactive Swift aka RxSwift) |
||
(4 intermediate revisions by the same user not shown) | |||
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 | ||
+ | |||
+ | |||
+ | |||
+ | === Angular 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 == | ||
Line 60: | Line 75: | ||
* Swift UI | * Swift UI | ||
* Combine | * Combine | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | == Topics == | ||
+ | == A == | ||
+ | === A1 === | ||
+ | ==== A11 ==== | ||
+ | ===== A111 ===== | ||
+ | ====== A1111 ====== | ||
+ | == B == | ||
+ | == C == | ||
+ | == D == | ||
+ | == E == | ||
+ | == F == | ||
+ | == G == | ||
+ | == H == | ||
+ | === HTTP connect === | ||
+ | * https://revs.runtime-revolution.com/connecting-react-native-to-localhost-65e7ddf43d02 | ||
+ | |||
+ | == I == | ||
+ | == J == | ||
+ | == K == | ||
+ | == L == | ||
+ | == M == | ||
+ | == N == | ||
+ | == O == | ||
+ | == P == | ||
+ | == Q == | ||
+ | == R == | ||
+ | == S == | ||
+ | == T == | ||
+ | == V == | ||
+ | == W == | ||
+ | == X == | ||
+ | == Y == | ||
+ | == Z == | ||
== Articles== | == Articles== | ||
+ | * https://levelup.gitconnected.com/new-to-react-you-need-to-understand-these-key-concepts-before-anything-else-2247efc1eaac | ||
with spring.io | with spring.io | ||
Line 90: | Line 143: | ||
* https://github.com/ReactiveX/RxJava/wiki | * https://github.com/ReactiveX/RxJava/wiki | ||
+ | |||
+ | |||
+ | === TypeScript === | ||
+ | * https://www.typescriptlang.org | ||
+ | * https://fr.wikipedia.org/wiki/TypeScript | ||
== Books == | == Books == |
Latest revision as of 02:42, 26 April 2021
Contents
- 1 Reactive Programming
- 1.1 See also
- 1.2 Reactive Programming
- 1.3 Reactive Javascript aka RxJS
- 1.4 Reactive Java aka RxJava
- 1.5 Reactive Kotlin RxKotlin
- 1.6 Reactive Swift aka RxSwift
- 1.7 Topics
- 1.8 A
- 1.9 B
- 1.10 C
- 1.11 D
- 1.12 E
- 1.13 F
- 1.14 G
- 1.15 H
- 1.16 I
- 1.17 J
- 1.18 K
- 1.19 L
- 1.20 M
- 1.21 N
- 1.22 O
- 1.23 P
- 1.24 Q
- 1.25 R
- 1.26 S
- 1.27 T
- 1.28 V
- 1.29 W
- 1.30 X
- 1.31 Y
- 1.32 Z
- 1.33 Articles
- 1.34 Blogs
- 1.35 Tools link
- 1.36 Books
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
Angular 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
Topics
A
A1
A11
A111
A1111
B
C
D
E
F
G
H
HTTP connect
I
J
K
L
M
N
O
P
Q
R
S
T
V
W
X
Y
Z
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