What problem does this feature solve?
In order to support SSR we need to configure the library so the components can be properly server-side rendered.
React for example recommends to use NextJs, Remix or other meta frameworks which support SSR for new projects instead of plain React: https://react.dev/learn/start-a-new-react-project
What does the proposed API look like?
According to the documentation Angular Universal uses the same functionality for Ionic
Hydrate App - Stencil (stenciljs.com)
Sources:
Combining Server Side Rendering and Static Site Generation - Stencil (stenciljs.com)
Gomah/nuxt-stencil: Easy Stencil.js component library integration with Nuxt.js. (github.com)
javascript - How to do SSR with stencil.js in a project with Nuxt.js (SSR as well) - Stack Overflow
What problem does this feature solve?
In order to support SSR we need to configure the library so the components can be properly server-side rendered.
React for example recommends to use NextJs, Remix or other meta frameworks which support SSR for new projects instead of plain React: https://react.dev/learn/start-a-new-react-project
What does the proposed API look like?
According to the documentation Angular Universal uses the same functionality for Ionic
Hydrate App - Stencil (stenciljs.com)
Sources:
Combining Server Side Rendering and Static Site Generation - Stencil (stenciljs.com)
Gomah/nuxt-stencil: Easy Stencil.js component library integration with Nuxt.js. (github.com)
javascript - How to do SSR with stencil.js in a project with Nuxt.js (SSR as well) - Stack Overflow