What's the best way to export metadata as a const?
Answered
Barbary Lion posted this in #help-forum
Barbary LionOP
As above, I'm currently doing this in my Battleships project within my main page.js file, but that file also holds the main page's body and I need to be able to 'use client' so that I can use React's useState to manage the game's flow.
2 Replies
Answer
@Giant panda https://nextjs-faq.com/metadata-client-components
Barbary LionOP
this worked, thanks very much