Главная
Study mode:
on
1
Intro
2
Outline
3
Functional Reactive Programming?
4
The Observable - Comes from Reactive extensions (RX)
5
Redux with redux-observable
6
Streams made sense
7
From the Redux documentation
8
The Building Blocks
9
The Action Stream - Allows any part of the application to communicate
10
Routines
11
Roadblock: Dead streams?
12
Advanced state streams: derived state
13
Advanced state streams: proxy state
14
Roadblock: cold vs. hot?
15
View streams: fetching data
16
Benefits of RxJS & streams
17
Should you embrace streams?
Description:
Explore functional reactive programming and its application in building large Single Page Applications (SPAs) in this JSConf US 2019 talk. Discover why RxJS and stream-based approaches were chosen for state management, side-effects handling, and complex data flow reasoning. Learn about the flexibility of RxJS in working with data streams and its role in decoupling monolithic applications. Examine the challenges and pitfalls encountered when utilizing RxJS Observables, and uncover emerging patterns. Dive into topics such as Redux with redux-observable, action streams for application-wide communication, routines, dead streams, advanced state streams including derived and proxy state, cold vs. hot observables, and view streams for data fetching. Evaluate the benefits of RxJS and streams, and consider whether embracing this approach is suitable for your projects.

Everything as a Stream - How We're Embracing Functional Reactive Programming to Build a Large SPA

JSConf
Add to list