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