ReactJS Hooks Complete ReferenceReadDiscussCoursesPracticeImprove Article ImproveSave Article SaveLike Article LikeHooks are newly added in React 16.8. They let you use state and other React features without writing a class, for example, the state of a component.There are multiple reasons responsible for the introduction of the Hooks which may vary depending upon the experience of developers in developing React products.The Complete list of hooks are listed below:Introduction to React HooksReactJS Custom HooksReactJS useContext HookReactJS useEffect HookReactJS useReducer HookReactJS useRef HookReactJS useState HookReactJS useLayoutEffect HookReactJS useMemo HookLast Updated : 17 Mar, 2021Like Article Save Article Please Login to comment...