Y
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
s_y_n_t_a_x
2545 days ago
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.
link
machiaweliczny
2544 days ago
It's only because of events implementation and async rendering. Writting preact clone is super easy.
link