Questions

In order to recap what we have learned in this chapter, try answering the following questions:

  1. Which Hook can we use to simplify input field handling?
  2. How are the componentDidMount and componentWillUnmount life cycles implemented using Effect Hooks?
  3. How can we use Hooks to get the behavior of this.setState()?
  1. Why should we use timer Hooks instead of calling setTimeout and setInterval directly?
  2. Which Hooks can we use to simplify dealing with common data structures?
  3. When should we use responsive design with Hooks, versus simply using CSS media queries?
  4. Which Hook can we use to implement undo/redo functionality?
  5. What is debouncing? Why do we need to do it?
  6. Which Hooks can we use for debouncing?
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.12.36.30