An open API service indexing awesome lists of open source software.

https://github.com/petekgithub/react-hooks-react-router-playground

Router logic works with react-router with useNavigate hook
https://github.com/petekgithub/react-hooks-react-router-playground

navigate react-router-v6 usenavigate

Last synced: 10 months ago
JSON representation

Router logic works with react-router with useNavigate hook

Awesome Lists containing this project

README

          

# 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

- [React Router Hooks](https://v5.reactrouter.com/web/api/Hooks)
- [Composing in React Router v6](https://gist.github.com/mjackson/d54b40a094277b7afdd6b81f51a0393f)