课程: Micro Front-End Architecture with React
免费学习该课程!
今天就开通帐号,24,700 门业界名师课程任您挑!
Checkout team development
- [Instructor] The checkout team has also set up their projects and the webpac.config.js. The difference here is also the port they're working on for 303. The name of the remote name is checkout and also it is also similar to what the listing and the card team set up. Their team in the configure.js is also the same. Package.json is also running the same configuration, which means all the teams have consistent setup across port. Their app.jsx is bringing in a checkout page and a thank you page. The styles, which is the index of CSS, still remains. Now to the components, the checkout page as it states that is checking for the name, location, shipping details, and the cart items. It is loading these cart items from local storage and it's calculating either to reduce or to add the item in the cart based on what is currently in the cart. And also there's also a function to place order, which we aggregate all the available data available. At the same time, immediately your order is being…
内容
-
-
-
-
-
-
-
(已锁定)
Project scope and team setup3 分钟 59 秒
-
(已锁定)
Repository and environment setup2 分钟 32 秒
-
(已锁定)
Book-listing team development8 分钟 47 秒
-
(已锁定)
Cart team development3 分钟 21 秒
-
(已锁定)
Checkout team development4 分钟 6 秒
-
(已锁定)
Coupling and deploying the complete app10 分钟 42 秒
-
(已锁定)
Finalizing the app routing5 分钟 25 秒
-
(已锁定)
-