Hacker News new | ask | show | jobs
by slmjkdbtl 563 days ago
React code looks good for clicker example, when building real application I think it's much harder to read than vanilla JS, especially when hooks and all the dependency arrays flying around, constantly worried about how many times will things fire and super easy to make mistakes no matter the skill level.
1 comments

This is the biggest detraction of react, it’s very hard to debug