Skip to content

feat: support SSR in dialog, drawer, field, slider, textarea #34996

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 11 commits into
base: master
Choose a base branch
from

Conversation

marchbox
Copy link
Contributor

@marchbox marchbox commented Aug 8, 2025

Previous Behavior

Templates contain JS logics, which makes it hard to support SSR/BTR.

New Behavior

Moved JS logics out of template.

Copy link

github-actions bot commented Aug 8, 2025

📊 Bundle size report

✅ No changes found

Copy link

github-actions bot commented Aug 8, 2025

Pull request demo site: URL

@marchbox marchbox changed the title feat: support SSR in dialog, drawer feat: support SSR in dialog, drawer, slider Aug 8, 2025
@marchbox marchbox changed the title feat: support SSR in dialog, drawer, slider feat: support SSR in dialog, drawer, slider, textarea Aug 8, 2025
@marchbox marchbox changed the title feat: support SSR in dialog, drawer, slider, textarea feat: support SSR in dialog, drawer, field, slider, textarea Aug 8, 2025
@marchbox marchbox marked this pull request as ready for review August 8, 2025 02:42
@marchbox marchbox requested a review from a team as a code owner August 8, 2025 02:42
Copy link
Contributor

@davatron5000 davatron5000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I'm curious if we could enforce the "No ARIA on template" rule at the linter or testing level to enforce SSR support/requirements/conventions. Same ask for converting childrenslotted directives.

@radium-v radium-v self-requested a review August 8, 2025 22:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

3 participants