DEV Community

Discussion on: The React Hook Proposal

Collapse
 
panta82 profile image
panta82

As with most their recent changes, I feel like they are veering too far towards solving complex problems that happen at Facebook scale, at the cost of making it more complex for the 99% of other use cases.

Collapse
 
dance2die profile image
Sung M. Kim

"Redux" has the same issue. People tend to use it early in the project creating a complicated (not complex) source code structure.

"Hooks" should be introduced gradually only when needed (but doubtful people would follow 😛)