Outline
Outline
In this chapter, you're going to learn all about how to handle state in React.
We'll cover:
✅ How to use Events in React
✅ The useState hook
✅ How you can share state across components by lifting state up
✅ What immutability is and why it's so important in React
✅ the useReducer hook for more complex situations