Удален по просьбе правообладателя
  • Урок 1. 00:09:38
    Introduction
  • Урок 2. 00:12:15
    useRef
  • Урок 3. 00:04:09
    useReducer
  • Урок 4. 00:04:11
    useMemo
  • Урок 5. 00:04:24
    useCallback
  • Урок 6. 00:09:06
    useLayoutEffect & useID
  • Урок 7. 00:03:20
    Additional Hooks
  • Урок 8. 00:05:18
    AdoptMe Project Setup
  • Урок 9. 00:13:19
    Installing Tailwind CSS
  • Урок 10. 00:11:38
    Styling with Tailwind CSS
  • Урок 11. 00:06:14
    Adding a Tailwind CSS Form Plugin
  • Урок 12. 00:07:15
    Extending Tailwind CSS
  • Урок 13. 00:06:07
    Layout with Tailwind CSS
  • Урок 14. 00:14:48
    Code Splitting
  • Урок 15. 00:13:09
    Server Side Rendering
  • Урок 16. 00:13:25
    Node Streams with Express
  • Урок 17. 00:05:16
    Server-Side Fetching
  • Урок 18. 00:08:59
    useDeferredValue
  • Урок 19. 00:05:46
    useTransition
  • Урок 20. 00:08:23
    Setup TypeScript
  • Урок 21. 00:06:39
    Typing Modal Component
  • Урок 22. 00:08:54
    Setup TypeScript ESLint
  • Урок 23. 00:06:25
    Typing an API Response
  • Урок 24. 00:08:53
    Typing Details & Context Components
  • Урок 25. 00:07:22
    Typing Carousel Component
  • Урок 26. 00:09:15
    Typing Pet Component & Error Boundary
  • Урок 27. 00:05:25
    Typing Component with React Query
  • Урок 28. 00:14:10
    Typing Component with a Form
  • Урок 29. 00:08:53
    Setup Redux Toolkit
  • Урок 30. 00:07:00
    Creating a Slice
  • Урок 31. 00:06:59
    Wiring Redux to Components
  • Урок 32. 00:06:54
    Adding Search Params to Redux
  • Урок 33. 00:20:19
    Redux Toolkit Query & Middleware
  • Урок 34. 00:07:47
    Redux Dev Tools
  • Урок 35. 00:11:20
    Setup React Testing Library & Vitetest
  • Урок 36. 00:10:42
    Testing a Component
  • Урок 37. 00:08:03
    Testing User Interaction
  • Урок 38. 00:09:38
    Testing Custom Hooks
  • Урок 39. 00:08:26
    Testing Mocks
  • Урок 40. 00:12:15
    Snapshots
  • Урок 41. 00:05:02
    Testing Coverage
  • Урок 42. 00:04:54
    Vitest VSCode Extension
  • Урок 43. 00:04:30
    Wrapping Up