Link to the tutorial: https://youtube.com/playlist?list=PLN3n1USn4xlmyw3ebYuZmGp60mcENitdM Notes on React Hooks useState useEffect useRef useLayoutEffect useCallback useMemo useReducer useContext Hooks can only be used with functions and not class components Never call hooks inside loops, conditions and nested functions.