Re: [w3c/webcomponents] Template/part proposals should explain how and why they improve performance (#901)

@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