در پایان این دوره شما می توانید:
- با این useEffect hook شما می توانید اثرات جانبی را اجرا کرده ( یا حدف کنید)
- یک هوک عادی برای به اشتراک گذاشتن استدلال ها در برنامه تان بنویسید
- باuseContext hook ، Context API را ساده کنید
- با عملکردهای ارسال با استفاده از هوک useReducer حالت یا state اپدیت کنید
- با استفاده از useMemo اجزا را بهینه سازی کنید

در ادامه با برخی از سرفصل های درسی این مجموعه آموزش آشنا می شویم:
Introduction to Reusable State and Effects with React Hooks
Environment Setup for React Hooks
Add State with the useState Hook to a React Function Component
Add Linting to Help Enforce Rules when Using React Hooks
Add a Lifecycle Event with the useEffect Hook to a React Function Component
Use the React useRef Hook to Reference a DOM Element or Simulate an Instance Variable
Write Custom Hooks to Share Logic Between React Function Components
Leverage an Existing Community Hook in Your React Function Component
Use the useReducer Hook and Dispatch Actions to Update State
Use the useContext Hook to Wire-up the React Context API
Simulate PureComponent with a React Function Component
Leverage the React useMemo Hook for Expensive Operations
Convert a Render Props Component using a Custom React Hook