课程: Micro Front-End Architecture with React

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Repository and environment setup

Repository and environment setup

- [Instructor] The final bookstore application will work as follows. The homepage will be served from the container, which is the host and will serve as the entry point for all the micro frontend application. It will include a link to the book listing page. The book listing page will be managed by the listing micro frontend. This page will display all books with details like the author, title, price, and an image. Users can view more details about each book. Also part of the listing micro frontend, the book details will show detailed information about a selected book, including an add to cart button. The cart page will be handled by the cart micro frontend. This page will display the user selected items, quantities, sub totals, and the total price. It'll also include a proceed to checkout button. The checkout page, which will be managed by the checkout micro front end, will call it using information like their name, location, and shipping details. Upon placing the order, users will be…

内容