Video: Dynamic Routes

Ecommerce on the Jamstack with Snipcart, Next.js, & WordPress

16 videos

Released: 2021-07-31

User avatar

Instructor

Colby Fayock
AutoPlay

Dynamic Routes

If we're managing a store with just a few products, having a single page with all of that information might be okay, but even then, it's helpful for each product to have it's own page, where we can include details about that product. It also helps with SEO making that product much more searchable on its own! We'll learn how to take our dynamic product data and use it dynamically create routes in Next.js, giving each of our products their own page.