Hacker News new | past | comments | ask | show | jobs | submit login

Try dragging within the colorpicker rainbow sections... Its super slow, for every drag event React-engine will perform a diff on the domtree.... This is not the way to implement such components. React is nice for non-continuous dom updates. But it will be never quicker than drawing to the screen yourselve, or updating the components yourselve... Its a lot faster than diffing a tree every few milliseconds.






Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: