Static Site Generation (SSG) Brainstorming #2069
philip-peterson
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Hi - did anything come of this? SSG seems like a great addition that would go a long way to a useful ecosystem |
Beta Was this translation helpful? Give feedback.
0 replies
-
I eventually gave up. Unfortunately it was just too big of a lift. What does seem promising is Sycamore's SSR support: https://sycamore-rs.netlify.app/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to get the ball rolling on thoughts regarding SSG, or Static Site Generation. I feel this will be the first step to supporting isomorphic apps, and double as a nice interface for using SSR. Also, I believe isomorphism can be wholly contained within the SSG paradigm to form one consistent interface.
To kick us off, I started a simple skeleton that represents how an SSG app within Yew would be laid out. The notion of pages as dynamically generated is built from what Gatsby learned with its node-based tree generation. In principle, any user-defined sequence of operations including plugins or other toolkits could generate these pages.
Will be continuing with research over the next months, but would love to hear feedback and suggestions for how this feature can work.
https://github.com/philip-peterson/yew-ssg/tree/master/src
Beta Was this translation helpful? Give feedback.
All reactions