FeaturedNov 6, 2021
An Intro to React Hooks
Hooks are simply function which were introduced in React 16.8, letting us use state and other React features without writing a class. React class-based components were mandatory for any projects that require states, life-cycle methods and many other functionalities. The problems of class components like huge components, confusing classes, hard to test, etc were all solved by the React hooks.
JavaScriptReactJs
7 min readRead