How can i convert the component to HTML in nodejs ? #1411
Replies: 2 comments 2 replies
-
So, the example is made to be the code you can use in the server. It just adds a babel as pre-processor to support the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Any update on this? I'm also looking for an answer to this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in the example from the documentation the component and the code that converts the component to HTML are in the same folder.
However, in my case, I have separate repositories for my frontend and backend , how can I convert the component to HTML in this scenario in my server code?
Beta Was this translation helpful? Give feedback.
All reactions