/react-hooks-playground

💻 Coding examples for the series react hooks in Arabic on my Youtube channel

Primary LanguageJavaScript

React hooks Playground

This project is the playground of a series on YouTube explaining react-hooks in Arabic by Medhat Dawoud

List of Episods

  1. Intro to React and Motivation ( Video , Code )
  2. Intro to Hooks and useState ( Video, Code )
  3. useEffect explained. ( Video, Code )
  4. useRef explained ( Video, Code )
  5. useCallback explained ( Video, Code )
  6. useLayoutEffect explained ( Video, Code )
  7. useReducer explained ( Video, Code )
  8. useMemo explained ( Video, Code )
  9. useContext explained ( Video, Code )
  10. All in one episode ( Video )