-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
feat: add renderStaticHTML
to render a component without hydration markers
#14353
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
Conversation
🦋 Changeset detectedLatest commit: cc8093f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
preview: https://svelte-dev-git-preview-svelte-14353-svelte.vercel.app/ this is an automated message |
|
I don't think we should do this. The comments are harmless unless you're doing something really niche, in which case this is easily solved in userland. |
Yeah we were talking about that with @trueadm just now...it's fine. I was almost done implementing the await of await blocks so i'll finish that up just for funzies and just so that we might have a reference implementation when and if we add something similar |
I'm going to close this, as to not give people a false idea on new APIs coming. However, we should definitely keep it around as a future reference starting point. |
Closes #14337
we talked about this this afternoon with @trueadm ...for the moment this is just the implementation of rendering without hydration markers. I'll get to the "awaiting the the awaits" probably tomorrow (we also discussed about the possible implementation of that).
Just putting this up so it should be easier to focus on the await part later on.
Before submitting the PR, please make sure you do the following
feat:
,fix:
,chore:
, ordocs:
.Tests and linting
pnpm test
and lint the project withpnpm lint