React doesn't offer new functionality to do UI. It offer new ways to think about the problem.
Hooks doesn't offer any new functionality over `this.state` and component life cycle, it offser new way to think about the problem.
Again, you've missed the point.
React doesn't offer new functionality to do UI. It offer new ways to think about the problem.
Hooks doesn't offer any new functionality over `this.state` and component life cycle, it offser new way to think about the problem.