How do I use useState in a page with getStaticParams()?
Unanswered
American black bear posted this in #help-forum
American black bearOP
So basically I need to generate a page from the data, and in those page there are features that require me to use useState(), which also requires "use client" but it doesn't works with getStaticParams in production, are there another approach of doing the same thing?