You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: