Static Site Generation #35
-
Is it possible to use arrow-js for static site generation? Possibly with Astro or some other meta framework? |
Beta Was this translation helpful? Give feedback.
Answered by
justin-schroeder
Dec 7, 2022
Replies: 1 comment
-
Definitely possible, it should run just fine using JSDom in Node (its how tests are written), but no effort has been made yet on doing any kind of integration. Perhaps the lowest hanging fruit would be some kind of Vite based SSR plugin. The only thing ArrowJS is strictly missing from is re-hydration. A "no js" bundler should be fairly easy though. I'm open to suggestions. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fweth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Definitely possible, it should run just fine using JSDom in Node (its how tests are written), but no effort has been made yet on doing any kind of integration. Perhaps the lowest hanging fruit would be some kind of Vite based SSR plugin.
The only thing ArrowJS is strictly missing from is re-hydration. A "no js" bundler should be fairly easy though. I'm open to suggestions.