Skip to content

WIP: Server-side rendering #11422

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

WIP: Server-side rendering #11422

wants to merge 5 commits into from

Conversation

pskelin
Copy link
Contributor

@pskelin pskelin commented Apr 28, 2025

tasks:

  • pskelin: rebase
  • vladi: move async logic from processChildren to connectedCallback (see chore: make processChildren sync #9890)
  • vladi: isSsr checks - productive cleanup
  • refactor lifecycle so common steps are in single methods
    • constructor
    • connectedCallback
      • processChildren is used in ssr
    • updateAttrbitues
    • updateShadowRoot returns string
  • pskelin: h-ssr - rethink where it is and integration with wrapper
  • ilhan: assets - import json works in nodejs only with {with:{type:"json"}})).default;
  • nayden: automated testing setup (test with clientside hydration)
  • nayden: UI5element hydrate - not tested
  • ilhan: component specific usecases (button + select) - introduce isClientAPI
  • ilhan: Extend DOM shims (children/childNodes) (or via better separation of SSR checks)
  • i18n works, render with different theme
  • styles - only inline
    • add links (CSP like)
  • app integration
    • how to instert all framework styles
    • wrappers to trigger rendering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants