Next.js Discord

Discord Forum

NextJS pages router SSG site that now wants to become interactive

Unanswered
Chartreux posted this in #help-forum
Open in Discord
ChartreuxOP
Hello guys! I have a site that is mainly SSG. It gets generated at build time. Its a profile web page for a lot of cats. Now I want to add comments on those profile pages. What would be the approach to add that? Currently all the data im fetching gets done during build time with getStaticProps()

0 Replies