Hacker News new | ask | show | jobs
by mfatica 2545 days ago
React conceptually is very understandable, but understanding what it's actually doing under the hood is not.
2 comments

You can dive down and learn the inner workings, the same as you can dive down and learn how the svelte compiler works, but it's not needed for either one. Understanding the concept is more important.
It's only because of events implementation and async rendering. Writting preact clone is super easy.