|
|
|
|
|
by rk06
1777 days ago
|
|
There are many points. The main point for me is dependency tracking. React hooks require manual dependency tracking and mistakes in this can lead hard to identify bugs Vue has automatic dependency tracking, so that entire class of issues do not occur. |
|