Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Modernizing an Enterprise React App, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:21:21
    Guide to Modernizing an Enterprise React App Welcome
  2. Урок 2. 00:15:58
    Hardware Handler Overview
  3. Урок 3. 00:01:16
    Module 1 Introduction
  4. Урок 4. 00:10:38
    Introducing React Hooks
  5. Урок 5. 00:15:26
    useState Hook
  6. Урок 6. 00:15:55
    useEffect Hook
  7. Урок 7. 00:10:48
    useRef Hook
  8. Урок 8. 00:13:32
    useContext Hook
  9. Урок 9. 00:10:27
    Custom Hooks
  10. Урок 10. 00:03:32
    Module 1 Summary
  11. Урок 11. 00:00:52
    Module 2 Introduction
  12. Урок 12. 00:12:48
    Upgrade the React App Version
  13. Урок 13. 00:08:04
    Lock Down the Node and Yarn Versions
  14. Урок 14. 00:02:30
    Module 2 Summary
  15. Урок 15. 00:01:26
    Module 3 Introduction
  16. Урок 16. 00:12:00
    Set Up Prettier
  17. Урок 17. 00:29:49
    Set Up ESLint
  18. Урок 18. 00:02:48
    Module 3 Summary
  19. Урок 19. 00:01:06
    Module 4 Introduction
  20. Урок 20. 00:05:53
    Refactor Home.js
  21. Урок 21. 00:13:46
    Refactor App.js
  22. Урок 22. 00:16:07
    Refactor Checkout.js
  23. Урок 23. 00:18:32
    Refactor ProductForm.js
  24. Урок 24. 00:20:18
    Refactor ProductList.js
  25. Урок 25. 00:01:17
    Module 4 Summary
  26. Урок 26. 00:00:56
    Module 5 Introduction
  27. Урок 27. 00:12:50
    Our First Custom Hook: useDepartments
  28. Урок 28. 00:11:42
    Simplify Complex Components with the useProducts Hook
  29. Урок 29. 00:20:55
    The useCheckout Hook will do Double Duty in our App
  30. Урок 30. 00:02:19
    Module 5 Summary
  31. Урок 31. 00:00:58
    Module 6 Introduction
  32. Урок 32. 00:18:24
    Create a Context Hook to Handle CheckoutItems
  33. Урок 33. 00:14:15
    Contexts can be Used to Share Functions within an App Too
  34. Урок 34. 00:02:08
    Module 6 Summary
  35. Урок 35. 00:02:17
    Module 7 Introduction
  36. Урок 36. 00:07:47
    Introducing React Testing Library
  37. Урок 37. 00:18:54
    Set Up Integration Testing in Our App
  38. Урок 38. 00:52:34
    Test the Container Components
  39. Урок 39. 00:25:01
    Test our Custom Hooks
  40. Урок 40. 00:23:06
    Test our API Service Calls
  41. Урок 41. 00:02:56
    Module 7 Summary
  42. Урок 42. 00:01:37
    Module 8 Introduction
  43. Урок 43. 00:11:04
    Introducing Cypress.io
  44. Урок 44. 00:13:32
    Set up End-to-End Tests
  45. Урок 45. 00:28:46
    Write End-to-End Test Flows
  46. Урок 46. 00:14:14
    Try out Cypress Studio
  47. Урок 47. 00:04:04
    Module 8 Summary
  48. Урок 48. 00:01:45
    Module 9 Introduction
  49. Урок 49. 00:06:04
    Why use a Design System?
  50. Урок 50. 00:14:45
    Add Ant Design to our App
  51. Урок 51. 00:22:20
    Swap out Some Simple Components
  52. Урок 52. 00:29:11
    Sub in More Complex Components
  53. Урок 53. 00:02:53
    Module 9 Summary
  54. Урок 54. 00:02:21
    Recapping Modernizing an Enterprise React App