Micro Frontend using React and a global Context for sharing state.
Run in each folder:
yarn && yarn start
yarn build
- Using a framework (React)
- Routing
- Shared dependencies
- Shared data between components that are isolated (context)
- ...
- ProductComponents (ProductComponent, ProductDetailComponent, ProductListComponent)
- Context Providers (CartContext)
- ShopPage (CartComponent, ProductListComponent)
- CartComponent (WIP --> can be abstracted if wanted, currently available for testing but the page uses its own for now)
