Hacker News new | ask | show | jobs
by somebee 1292 days ago
Yes, I've also had this experience with React. I've created several imba apps with more complex UI than an average webstore and still rerender from root without even being close to spending 16ms on a full rerender. It does work. https://www.freecodecamp.org/news/the-virtual-dom-is-slow-me...
1 comments

My experience was not with React and I’m taking

> rerender from root under 16ms

with a huge grain of salt.