From the course: Micro Front-End Architecture with React
Unlock this course with a free trial
Join today to access over 24,400 courses taught by industry experts.
Checkout team development - React.js Tutorial
From the course: Micro Front-End Architecture with React
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…
Contents
-
-
-
-
-
-
-
(Locked)
Project scope and team setup3m 59s
-
(Locked)
Repository and environment setup2m 32s
-
(Locked)
Book-listing team development8m 47s
-
(Locked)
Cart team development3m 21s
-
(Locked)
Checkout team development4m 6s
-
(Locked)
Coupling and deploying the complete app10m 42s
-
(Locked)
Finalizing the app routing5m 25s
-
(Locked)
-