I just watched this video on youtube, where we can see that a preview of the page is being instantly dynamically generated within the studio, while the person is adding the components randomly from the dropdown and editing its content.
What I want to know:
Is this dynamic generation limited to just the preview generation, or is the new page actually created dynamically on the nextjs frontend, with the components that person is adding to page structure randomly ?
I'm very new to react, nextjs, and the whole headless cms concept... and to be honest its a bit overwhelming handling all of this at once
If anyone can shed some more light on this, please do!
Thanks,
I have been able to create individual templates with re-usable components. But I haven't able to achieve what's shown in the video.
For my current setup, if somebody is creating a page structure on sanity studio using the re-usable components, I'll still have to create a new template for the newly created page structure, to query and display the components accordingly