top | item 20338169

(no title)

mfatica | 6 years ago

React conceptually is very understandable, but understanding what it's actually doing under the hood is not.

discuss

order

s_y_n_t_a_x|6 years 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.

machiaweliczny|6 years ago

It's only because of events implementation and async rendering. Writting preact clone is super easy.