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

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