Building The Same Application With and Without React Hooks, Part 1

added by JavaScript Kicks
12/9/2019 8:59:49 AM

1585 Views

With the release of React Hooks, many people may be wondering, what is the benefit of hooks anyway, or even what are hooks? Hooks are functions that allow you to "hook into" React state and lifecycle methods from within function components. An example of a "hook" is useState.


0 comments