|
|
|
|
|
by untog
3499 days ago
|
|
So, you're still controlling what is updated and when, with the same potential for making mistakes that you'd get in direct DOM manipulation. React doesn't require you to ever manually replace a component - that's why the two are not comparable. |
|