Next.js Discord
Discord Forum
How can I use useEffect along with generateStaticParams() ?
Answered
Whimbrel
posted this in
#help-forum
Open in Discord
Whimbrel
OP
2023-11-11T21:58:08.000Z
How can I use useEffect along with generateStaticParams() ?
Answered by
aardani
Create client component and import it to ur page.tsx
View full answer
3 Replies
aardani
2023-11-11T22:10:40.000Z
Create client component and import it to ur page.tsx
Answer
aardani
2023-11-11T22:10:56.000Z
Pass data to initial state of client component to get SEO running
Whimbrel
OP
2023-11-12T06:53:49.000Z
Gotcha! Thank you!