Questions
To recap what we have learned in this chapter, try to answer the following questions:
- Which feature can we use to handle form submission in React 19?
- Which web standard is used for handling form data in React 19?
- Which Hook is used to handle different form states?
- What is a potential problem that can happen when rendering computationally expensive components?
- How do we avoid that problem?
- What are limitations of Transitions?
- Which Hook can we use to display state on the client before it finished persisting to the server?