- From: yuzhehan <notifications@github.com>
- Date: Fri, 30 Oct 2020 09:50:16 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 30 October 2020 16:50:28 UTC
@smaug---- I think you are right. Optimizing the JS -> binding layer-> native doesn't seem like it would result in a big win. However, there are still areas for optimizing that can result in big wins. This includes minimizing the effect of attributes and properties that can cause reflow. Ex: class, style, classlist, etc. The batch commit can prevent reflow until all DOM mutations have been completed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/901#issuecomment-719668194
Received on Friday, 30 October 2020 16:50:28 UTC