-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Only update dynamic subtrees #490
Conversation
Snuck in a couple of other improvements, such as getting rid of the |
Am getting a bit carried away fixing other things that I see, since these changes touch a few different parts of the codebase — am going to merge this and #489 in before it turns into a complete rewrite... |
2e7a429 *blinks* Well I just learned something new about the order things happen in javascript. |
I know right! Was pretty excited when I realised we could do that |
This builds on top of #489. Blocks representing subtrees that only have static content don't get
update
methods — less code, and less work.