Comment by array_key_first
8 days ago
React is not actually functional - hooks are not functions, they're magic functions that smuggle state.
The main problem with react is that it's, ironically, not reactive. It greedily re-renders, whereas Vue actually reacts to state change.
No comments yet
Contribute on Hacker News ↗