baloise / design-system

The Baloise Design System consists of reusable components and a clearly defined visual style, that can be assembled together to build any number of applications.
https://design.baloise.dev
Apache License 2.0
94 stars 25 forks source link

:speech_balloon: question(component): SSR and SSG #1387

Open glennverschooren opened 1 month ago

glennverschooren commented 1 month ago

Question

Is it possible to hydrate HTML from a Node server using SSR or SSG?

https://stenciljs.com/docs/hydrate-app

Additional Information

No response

Code of Conduct

glennverschooren commented 1 month ago

@hirsch88 Any ideas on this?

We are currently working on a nextjs project and it would be nice if we could server side render the components on initial page load.

hirsch88 commented 1 month ago

@glennverschooren What is the use case that you use SSR?

The components are not ready for SSR. Would be a great effort and also regarding for testing to keep them working.