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

The only reason you need that in the first place is because of how expensive updates in react are. It’s lack of true reactivity and user-controlled memoization lead to a ton of trashing.

Svelte on the other hand is as optimized as possible - update the data, modify the corresponding DOM pieces directly. There is no realistic use case where you’d need to spread an update over multiple frames.




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

Search: