-
After editing the page using grapes builder, how can show the page or view it on react js components or page? I can't find any doc about it. Please help. Suppose this is a page data I'm getting from the loadContent endpoint. Now how can I get the HTML and CSS files from it?
Somehow I created a way to dynamically load the data from the server and show it on the react js frontend. But the problem is, the page is loading without the css. I tried a lot but I can't fix that. Here is my code to load the page:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@artf any suggestion, please? |
Beta Was this translation helpful? Give feedback.
-
Check this section, you can enrich your project JSON with HTML/CSS directly from the editor. In regards to this problem...
...your project data doesn't have any style data |
Beta Was this translation helpful? Give feedback.
Check this section, you can enrich your project JSON with HTML/CSS directly from the editor.
In regards to this problem...
...your project data doesn't have any style data
"styles": [],