NextJS Tutorial - NextJS Course - Dynamic Page using Query Strings

preview_player
Показать описание
Welcome to my NextJS Tutorial / NextJS Course Series. This is the fourth episode of this series. In this fourth episode, we'll learn about how to create a dynamic pages using query strings. We'll learn how to retrieve the query parameter from the current URL using useRouter hook from next/router library! Let's do it!

#nextjs #tutorial #course

NextJS Tutorial - NextJS Course Series :
1. Getting Started :
2. Navigating Between Pages With Link component :
3. Using Shared Components :
4. Dynamic Page using Query Strings :
5. Clean URL
6. Fetching Datas from REST API
7. Styling Components
8. Creating API Routes
9. Deploy NextJS to Heroku
Рекомендации по теме
Комментарии
Автор

Hey, I guess this is not a dynamic page. It's just routing to DynamicPage with a query.

Dynamic pages are those whose name gets decided on the go.

SanketGodara