Recap
You have learned the basics on how to write your own React application! This lesson will provide you a recap to what you have learned so far and will also share how your App.js code looks by now.
We'll cover the following...
Let’s recap the last chapter:
- React
- Use
this.state
andsetState()
to manage your local component state - Pass functions or class methods to your element handler
- Use forms
- Use