Completed
The Building Blocks
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Everything as a Stream - How We're Embracing Functional Reactive Programming to Build a Large SPA
Automatically move to the next video in the Classroom when playback concludes
- 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?