Abhinandan Mishraabhinandanmishra1.hashnode.dev·Feb 11, 2023React Hooks: The Base of React Components [Part - 3]What we have learned till now? We have learned what react hooks are and how it is very useful. We have learned the use and implementation of useState, useEffect , useContext and useReducer hooks. Previous Blog - Read Here useCallback Hook useCal...Discuss·21 likes·305 readsReact : Hands on learning from basic to advancedReact
James Uyikingjames.hashnode.dev·Jan 8, 2023How I Implemented local storage and a simple Pagination to my Alt school counter AppDuring my second-semester alt school exam, i worked on building custom hooks with useReducer to test the custom hook I built i used a basic counter app for testing and everything worked fine my use counter App could return Value, increment, and decre...Discuss·65 readsreacthook