- 1
Introduction - What is Routing and Server-side vs. Client-side Routing
4m 53s
- 2
Create Basic Routes With BrowserRouter
6m 37s
- 3
Use The Link Component To Navigate Between Routes
3m 54s
- 4
Style A Link That Is Active With NavLink
3m 39s
- 5
Use URL Parameters With React Router
4m 5s
- 6
Use Regular Expressions With Routes
1m 31s
- 7
Parse Query Strings In React Router
3m 59s
- 8
Handle 404 Pages (Catch-All Routes) With React Router
2m 23s
- 9
Redirect To Another Page With React Router
3m 9s
- 10
Protected Routes And Authentication With React Router
2m 53s
- 11
Programmatically Navigate Using React Router
4m 8s
- 12
Code-Splitting With React, React.Lazy, And React Router
8m 18s
Parse Query Strings In React Router
Share this lesson with your friends:
Join our community on Discord:
Join DiscordYour instructor
Greg D'Angelo is the founder of AlterClass.io. Greg has spent most of his career developing large-scale web applications and now focuses on bringing his expertise online to help everyone master modern web development. He is the creator of the AlterClass React program.
This is a free preview of the React Routing module from the AlterClass React JS program
In this lesson, you'll learn how to retrieve and parse the query strings from the current URL using the useLocation
hook from React Router and the browser's built-in URLSearchParams
API to use them in your React components.
Discussion
Be the first to comment!
Sign in and join the discussion