Bloc / group-sessions

Group Session Content
5 stars 2 forks source link

Managing Data Flow in React #39

Open bdougie opened 6 years ago

bdougie commented 6 years ago

The React ecosystem has provided the web development community with a lot of new ideas to work with, including how we manage data.

In this talk, I will go through the managing data in a React app 2 different ways, which will include Component state and Redux. I will walk through setting up a simple app using the included Component State built into React and then show off a solution using Redux.

Outline

  1. Review Props and State
  2. Intro to Redux
  3. Identify situations when you would use one over the other
  4. Provide resources and show off code