Reactive Programming, State Management, and Redux for the Modern Front End Dev

Reactive Programming, State Management, and Redux for the Modern Front End Dev

NDC Conferences via YouTube Direct link

Reactive Programming, State Management, & Redux for the Modern Front End Developer Jennifer Wadella

1 of 10

1 of 10

Reactive Programming, State Management, & Redux for the Modern Front End Developer Jennifer Wadella

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Reactive Programming, State Management, and Redux for the Modern Front End Dev

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Reactive Programming, State Management, & Redux for the Modern Front End Developer Jennifer Wadella
  2. 2 Problems with Modern JavaScript Development
  3. 3 Imperative Approach When events occur, code runs and changes the state of the program.
  4. 4 Declarative Approach Specifying HOW the state of a program should be altered.
  5. 5 Reactive Programming A declarative programming style concerned with data "streams" and propagation of change.
  6. 6 (Reactive Extensions for JavaScript) is a library for reactive programming using observables that makes it easier to compose asynchronous or callback-based code.
  7. 7 State Management An organized approached to maintaining the state of your application data in a way that can be written to and read from.
  8. 8 Redux 101 Store: An object tree representing the state of your application. Action: An object describing how to modify the state.
  9. 9 Akita Cons . Subscription Management Not super clear where to put logic
  10. 10 Demo Repo: Demo

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.