
در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم:
Introduction to Refactoring a React Application to React Hooks
Refactor a Class Component with React hooks to a Function
Handle Deep Object Comparison in React's useEffect hook with the useRef Hook
Safely setState on a Mounted React Component through the useEffect Hook
Extract Generic React Hook Code into Custom React Hooks
Track Values Over the Course of Renders with React useRef in a Custom usePrevious Hook
Refactor a React Class Component with useContext and useState Hooks
Refactor a render Prop Component to a Custom React Hook
Handle componentDidMount and componentWillUnmount in React Component Refactor to Hooks
Dynamically Import React Components with React.lazy and Suspense
Preload React Components with the useEffect Hook