React Hooks Crash Course - Tutorial for Beginners

10 videos • 4,306 views • by Monsterlessons Academy Here is my React hooks crash course for beginners. In this series you will learn all popular React hooks that you need to know for building production applications such as useState, useEffect, useReducer and useContext. We will also learn useRef to work with DOM elements and useMemo together with useCallback to improve our performance. And at the end of react hooks crash course we will build our custom hooks to fetch data from API.