Hacker News new | ask | show | jobs
by cutler 1492 days ago
Does Vue offer relief from React's continuous accretion of hooks? The big point of confusion for me with React, as the number of hooks just keeps on increasing, is how do I hold in my head all the ways these hooks can interact with each other? And don't get me started on that array as the second arg to useEffect. Maybe Redux is just generally a better approach to developing with React at this point in time.