|
|
|
|
|
by farthenfurter
3499 days ago
|
|
Right - DOM diffing is the key selling point of React. But the fine-grained screen updates possible via DOM diffing is not super important for most applications. Event system is already supported by DOM. React doesn't add anything there. Component lifecycle is also not compelling. |
|