Potential use-case: Best selling products in a system where product data can change often at times.
Is it possible to use generateStaticParams for a subset of products whose product pages then get rendered using SSG. If the ID param is not returned by generateStaticParams the server should fall back to SSR and if the product cannot be found route to a 404 page.
Is this possible and/or viable? Or should pages like that simply use SSR and that's it?
@solar willow I saw your answer to another question about generateStaticParams so I hope you don't mind me pinging you here 🙂