EraCode practice
Iterate route params into static pages (generateStaticParams)
Next.jsintermediateMulti-Part
Summary
Practice iterating over a dataset to prebuild dynamic routes in the Next.js App Router using generateStaticParams.
Problem preview
### Goal Fill in the missing code so Next.js can **iterate over a list of posts** and output the params objects needed to prebuild . - Return an array of objects shaped like . - Use the provided data…
Attempt this challenge
Sign in to attempt the full challenge with timed AI grading, hints, and test feedback.