Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Microfrontends with React: A Complete Developer's Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:48
    What is a Microfrontend?
  2. Урок 2. 00:02:53
    Application Overview
  3. Урок 3. 00:04:00
    Understanding Build-Time Integration
  4. Урок 4. 00:03:00
    A Build-Time Integration
  5. Урок 5. 00:02:53
    Project Setup
  6. Урок 6. 00:02:39
    Generating Products
  7. Урок 7. 00:05:38
    Some Background on Webpack
  8. Урок 8. 00:07:04
    A Touch More on Webpack
  9. Урок 9. 00:01:29
    Finishing the Product List
  10. Урок 10. 00:05:58
    Scaffolding the Container
  11. Урок 11. 00:08:12
    Implementing Module Federation
  12. Урок 12. 00:05:49
    Understanding Module Federation
  13. Урок 13. 00:06:11
    More on Module Federation
  14. Урок 14. 00:08:30
    Understanding Configuration Options
  15. Урок 15. 00:06:45
    Scaffolding the Cart
  16. Урок 16. 00:03:18
    Cart Integration
  17. Урок 17. 00:03:08
    The Development Process
  18. Урок 18. 00:05:52
    Using Shared Modules
  19. Урок 19. 00:04:01
    Async Script Loading
  20. Урок 20. 00:04:35
    Shared Module Versioning
  21. Урок 21. 00:04:52
    Singleton Loading
  22. Урок 22. 00:05:02
    Sub-App Execution Context
  23. Урок 23. 00:06:49
    Refactoring Products
  24. Урок 24. 00:04:09
    Consuming Remote Modules
  25. Урок 25. 00:04:04
    Refactoring Cart
  26. Урок 26. 00:09:27
    [Optional] A Funny Gotcha
  27. Урок 27. 00:05:19
    Application Overview
  28. Урок 28. 00:02:15
    Tech Stack
  29. Урок 29. 00:11:33
    Requirements That Drive Architecture Choices
  30. Урок 30. 00:01:09
    Dependency Installation
  31. Урок 31. 00:07:13
    Initial Webpack Config
  32. Урок 32. 00:03:16
    Creating and Merging Development Config
  33. Урок 33. 00:03:03
    Running Marketing in Isolation
  34. Урок 34. 00:06:50
    Wiring Up React
  35. Урок 35. 00:01:11
    Adding the Pricing and Landing Pages
  36. Урок 36. 00:05:15
    Assembling the App Component
  37. Урок 37. 00:07:22
    Assembling the Container
  38. Урок 38. 00:08:36
    Integration of the Container and Marketing
  39. Урок 39. 00:04:50
    Why Import the Mount Function?
  40. Урок 40. 00:05:45
    Generic Integration
  41. Урок 41. 00:05:06
    Reminder on Shared Modules
  42. Урок 42. 00:06:05
    Delegating Shared Module Selection
  43. Урок 43. 00:07:32
    Requirements Around Deployment
  44. Урок 44. 00:05:34
    The Path to Production
  45. Урок 45. 00:04:07
    Initial Git Setup
  46. Урок 46. 00:11:46
    Production Webpack Config for Container
  47. Урок 47. 00:04:47
    Production Webpack Config for Marketing
  48. Урок 48. 00:04:12
    Understanding CI:CD Pipelines
  49. Урок 49. 00:09:56
    Creating the Container Action
  50. Урок 50. 00:03:18
    Testing the Pipeline
  51. Урок 51. 00:06:41
    S3 Bucket Setup
  52. Урок 52. 00:03:00
    Authoring a Bucket Policy
  53. Урок 53. 00:03:55
    Cloudfront Distribution Setup
  54. Урок 54. 00:02:31
    A Bit More Cloudfront Configuration
  55. Урок 55. 00:07:48
    Creating and Assigning Access Keys
  56. Урок 56. 00:00:59
    Rerunning the Build
  57. Урок 57. 00:05:17
    A Small Error
  58. Урок 58. 00:03:21
    Webpacks PublicPath Setting
  59. Урок 59. 00:05:24
    Manual Cache Invalidations
  60. Урок 60. 00:06:49
    Automated Invalidation
  61. Урок 61. 00:01:51
    Successful Invalidation
  62. Урок 62. 00:03:07
    Setting Up the Marketing Deployment
  63. Урок 63. 00:05:49
    Reminder on the Production Domain
  64. Урок 64. 00:00:59
    Running the Deployment
  65. Урок 65. 00:04:20
    Verifying Deployment
  66. Урок 66. 00:08:42
    [Optional] A Production-Style Workflow
  67. Урок 67. 00:03:35
    Adding a Header
  68. Урок 68. 00:04:22
    Issues with CSS in Microfrontends
  69. Урок 69. 00:10:41
    CSS Scoping Techniques
  70. Урок 70. 00:06:30
    Understanding CSS in JS Libraries
  71. Урок 71. 00:06:48
    So Whats the Bug?
  72. Урок 72. 00:06:04
    Fixing Class Name Collisions
  73. Урок 73. 00:01:45
    Verifying the Fix
  74. Урок 74. 00:08:26
    Inflexible Requirements Around Navigation
  75. Урок 75. 00:02:46
    A Few Solutions
  76. Урок 76. 00:06:16
    Which History Implementation?
  77. Урок 77. 00:02:14
    Surveying Our Current History Setup
  78. Урок 78. 00:03:58
    Using Memory History
  79. Урок 79. 00:04:43
    Why the Strange Results?
  80. Урок 80. 00:02:54
    Communication Between Apps
  81. Урок 81. 00:04:10
    Communicating Through Callbacks
  82. Урок 82. 00:07:10
    Syncing History Objects
  83. Урок 83. 00:02:13
    Running Memory History in Isolation
  84. Урок 84. 00:07:23
    Container to Child Communication
  85. Урок 85. 00:03:18
    Using Browser History in Isolation
  86. Урок 86. 00:06:26
    Starting the Auth Project
  87. Урок 87. 00:03:37
    Adding Signin and Signup Forms
  88. Урок 88. 00:11:57
    A Deeper Dive on PublicPath
  89. Урок 89. 00:03:46
    Last Time for PublicPath
  90. Урок 90. 00:04:33
    Integrating Auth into the Container
  91. Урок 91. 00:07:52
    Adding Initial State to Memory History
  92. Урок 92. 00:07:53
    Lazily Loading SubApps
  93. Урок 93. 00:04:42
    Adding a Loading Bar
  94. Урок 94. 00:04:49
    Important Notes on Authentication
  95. Урок 95. 00:01:31
    Implementation Strategies
  96. Урок 96. 00:04:59
    Communicating Auth Changes
  97. Урок 97. 00:05:49
    Communicating Authentication State
  98. Урок 98. 00:01:41
    Allowing Signout
  99. Урок 99. 00:03:16
    Adding an Auth Deploy Config
  100. Урок 100. 00:01:37
    Verifying Deployment
  101. Урок 101. 00:07:14
    Initial Dashboard Setup
  102. Урок 102. 00:03:15
    A Touch More Config
  103. Урок 103. 00:05:36
    Showing the Dashboard
  104. Урок 104. 00:06:02
    Integration with the Container
  105. Урок 105. 00:06:01
    Protecting Access to the Dashboard
  106. Урок 106. 00:02:35
    Deploying the Dashboard
  107. Урок 107. 00:01:09
    Verifying Deployment
  108. Урок 108. 00:03:19
    Wrapup