Hacker News new | ask | show | jobs
by axiak 1069 days ago
I'm not a frontend engineer so I might be misunderstanding, but I thought react was creating representations of dom elements in the render function so that it only needs to apply diffs to the actual dom to keep the browser from eating cpu
1 comments

But the browser could be doing that itself.