-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Rely less on anchors #3
Comments
I was thinking about this a bit. I already factored this out into The changes needed are a bit complex though.
I would have to read through your |
Conduitry
added a commit
that referenced
this issue
Apr 19, 2017
Rich-Harris
added a commit
that referenced
this issue
Apr 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, Svelte peppers the DOM with comments for every
{{#if..}}
or{{#each...}}
block:<!--#if visible-->
In many cases (e.g. where the block is that last thing in the element's fragment, or where the block is followed by an element that is never removed) that's unnecessary.
The text was updated successfully, but these errors were encountered: