Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Well done!

You have completed React Hooks!

Instruction

Next Steps

As the React docs state, "Hooks don't replace your knowledge of React concepts." Now that you've had practice using common Hooks, push your new skill further by learning more about how Hooks provide a more direct way of working with React features and concepts you already know. Additional Hooks React provides additional built-in Hooks besides useState, useEffect, and useContext. One of those ...