-
-
Notifications
You must be signed in to change notification settings - Fork 873
Conversation
|
||
|
||
## Virtual DOM | ||
**Not to be confused with Shadow DOM**. Ember's [Glimmer enginer](https://github.com/emberjs/ember.js/pull/10501) will implement a Virtual DOM to dramatically improve rendering performance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/enginer/engine :)
I like the fact that you're trying to separate the "must understands" from the "would be good to understand/you should already understand" but I'd name it as such. If you don't get what's listed in Another thing: we should have a clear idea on the different problems we want to solve:
Right now, this seems to focus on 1. I've already commented in other issues that for example teaching people to |
Just read through the rest of the pages and I agree with @trek that it would make sense to move this to its own section. There's actually a dedicated |
Thanks for the feedback. I've updated the PR. Let me know what you all think now. |
@michaelrkn put my suggestions in #89 . (did not see your comment) |
Closing this in favor of a simpler PR with fewer changes to make it easier to review |
Addresses #79.