Next.js render page in canvas
Unanswered
American black bear posted this in #help-forum
American black bearOP
I am building a CMS/website builder where the user builds a json object representing a website using the UI.
I want to display a miniature version of the website like a preview in a canvas. Is this functionality or similar one possible to implement?
In short I need a way to render react code in a smaller canvas if possible.
I want to display a miniature version of the website like a preview in a canvas. Is this functionality or similar one possible to implement?
In short I need a way to render react code in a smaller canvas if possible.
2 Replies
yeah just render it in a separate route, embed it in the canvas?
American black bearOP
Thanks I will try this