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