Questions
To recap what we have learned in this chapter, try to answer the following questions:
- Which Hook can we use to persistently store information in the browser?
- Which Hook can we use to implement undo/redo functionality?
- What is debouncing? Why do we need to do it?
- Which Hook can we use for debouncing?
- How does debouncing values differ from deferring values?
- Where can we find more Hooks?