Static HTML rendering #140
-
I'd love to find out more about static HTML rendering mentioned in the README:
Is this already described somewhere by any chance? My use case is a purely server-rendered website, with no need for hydration or any client-side DOM changes. Can nanojsx do the server-side render during the build time (say from within gulp)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah I see. Depending on the server you use (eg express) you can simply write a script that crawls all your GET routes and writes them to a file. This is not something nano-jsx provides. |
Beta Was this translation helpful? Give feedback.
Ah I see. Depending on the server you use (eg express) you can simply write a script that crawls all your GET routes and writes them to a file.
This is not something nano-jsx provides.