Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mrtksn
on Oct 5, 2013
|
parent
|
context
|
favorite
| on:
Preventing 'layout thrashing'
Hmm, can this be implemented in JS frameworks, so that can be done with less code?
vjeux
on Oct 5, 2013
[–]
React has been designed to batch all the DOM reads and writes and is one reason why it is so fast. In general this is not an easy property to get because it requires taking over --all-- the DOM operations of your codebase and reordering them.
http://facebook.github.io/react/
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: