Summary
In this chapter, you have learned what makes a good state solution, and got to know how React builds the Hook to provide this solution. You also learned what a hook is and its calling order, as well as how to avoid running into a conditional hook issuein real applications.
In the next chapter, we will get into our first hook in the React family, with which React allows us to define a state to drive a UI display.