You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Review Props and State
Intro to Redux
Identify situations when you would use one over the other
Provide resources and show off code
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: