svelte
https://github.com/sveltejs/svelte
JavaScript
Cybernetically enhanced web apps
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported33 Subscribers
View all SubscribersAdd a CodeTriage badge to svelte
Help out
- Issues
- fix: warn when reassigning derived state on server and document client/server divergence
- Overridable deriveds: under server codegen an override survives dependency changes forever — the documented lifetime silently differs between the two builds of the same universal module
- fix: prevent stale reads when tracking new dependencies during pending async work
- experimental.async: invariant_violation "Batch has scheduled roots" — $effect.pending() + {#each await …} with bind:this in a branch created after initial render
- fix: handle scheduled roots during async batch rebasing
- Content under container-type: inline disappears.
- fix: bulk-remove full branches to avoid Chromium layout invalidation
- Expose `RenderOutput` from `svelte/server`
- Async derived Promise.all over remote-query-like thenables loops forever
- perf: use Set for exclude checks in rest_props, exclude_from_object, legacy_rest_props
- Docs
- JavaScript not yet supported