Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Complete Intro to React, v9, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:11:53
    Introduction
  • Урок 2. 00:10:38
    React without a Build Step
  • Урок 3. 00:10:33
    Vanilla React Components
  • Урок 4. 00:09:16
    Prettier
  • Урок 5. 00:17:20
    ESLint
  • Урок 6. 00:03:14
    Git
  • Урок 7. 00:14:03
    Vite
  • Урок 8. 00:12:01
    JSX
  • Урок 9. 00:11:24
    Configuring ESLint for JSX
  • Урок 10. 00:05:53
    Setup the API Server
  • Урок 11. 00:05:08
    Adding Static Assets
  • Урок 12. 00:14:26
    Creating the Order Component
  • Урок 13. 00:13:11
    useState Hook
  • Урок 14. 00:14:00
    useEffect Hook
  • Урок 15. 00:08:21
    Updating the Selected Pizza
  • Урок 16. 00:02:51
    Keys
  • Урок 17. 00:09:52
    Strict Mode & Dev Tools
  • Урок 18. 00:12:10
    Custom Hooks
  • Урок 19. 00:08:42
    Custom Hooks Q&A
  • Урок 20. 00:04:43
    Refactoring the Layout
  • Урок 21. 00:10:58
    Handling User Input
  • Урок 22. 00:06:47
    Cart Checkout
  • Урок 23. 00:13:49
    useContext Hook
  • Урок 24. 00:04:44
    Updating the CartContext
  • Урок 25. 00:17:23
    TanStack Router
  • Урок 26. 00:08:38
    Lazy Loading Routes
  • Урок 27. 00:11:03
    TanStack Query
  • Урок 28. 00:14:52
    Past Orders API
  • Урок 29. 00:08:41
    React Ecosystem Q&A
  • Урок 30. 00:10:40
    Portals
  • Урок 31. 00:09:34
    Past Orders Query
  • Урок 32. 00:11:39
    Rendering the Modal
  • Урок 33. 00:17:10
    Class Components
  • Урок 34. 00:07:00
    Using Error Boundaries
  • Урок 35. 00:14:34
    Uncontrolled Forms
  • Урок 36. 00:06:38
    Uncontrolled Forms Q&A
  • Урок 37. 00:17:08
    Write a Unit Test with Vitest
  • Урок 38. 00:05:47
    Test-Driven Development on a Component
  • Урок 39. 00:15:40
    Mocking
  • Урок 40. 00:13:17
    Testing Custom Hooks
  • Урок 41. 00:09:06
    Snapshot Testing
  • Урок 42. 00:04:55
    Code Coverage Reporting
  • Урок 43. 00:04:48
    Vitest UI
  • Урок 44. 00:15:32
    Browser Tests
  • Урок 45. 00:05:32
    Code Coverage with Istanbul
  • Урок 46. 00:08:43
    React 19
  • Урок 47. 00:08:34
    Form Actions
  • Урок 48. 00:09:25
    use & Suspense
  • Урок 49. 00:08:32
    React Compiler
  • Урок 50. 00:06:47
    Wrapping Up