Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing Data Flow in React #39

Open
bdougie opened this issue Jan 27, 2018 · 0 comments
Open

Managing Data Flow in React #39

bdougie opened this issue Jan 27, 2018 · 0 comments

Comments

@bdougie
Copy link
Contributor

bdougie commented Jan 27, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant