/react-hooks-react-router-playground

Router logic works with react-router with useNavigate hook

Primary LanguageJavaScript

What's inside here

Learning goals:

  • React router gives us control over how to navigate users around web applications.
  • use the useNavigate hook and with navigate, I can effectively navigate the user to a related page.

Resources