React Router
JS framework that manages routing in React apps.
Allows navigating without refreshing the page
React
JS library used to build user interfaces (UI) for websites and apps
useNavigate
A hook that allows you to programmatically navigate within your app.
It returns a function that you can call to change the current route
useMatch
determines whether a given URL matches a specific route defined in app
Blob
is a Binary Large Object
Binary data
raw data and not directly human readable
Characteristics include:
- raw format: represents the actual byes of a file or object
Examples
- images
- vids
- audio
- documents