Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Hmm, can this be implemented in JS frameworks, so that can be done with less code?


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: