Skip to content

matheusmr13/micro-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontend Example - Store

A simple use case for Create Micro React App.

Demo

Some features:

  • browse products
  • filter by promotions
  • add products to your cart
  • access your current cart and remove items

With this features we divided our application in 5 parts (this is just an example, if you are developing a real page as simple as this example, maybe you should not use microfrotend architechture):

  • webapp: our container page that organize all other microfrontends
  • cart: exports 2 components (a widget and a full page that shows current cart) and an api that enables adding and removing products from cart
  • showcase: a list of products with an api to setup type filter that calls cart api to add products
  • promotion: list of filters by type that calls showcase api
  • design-system: used by other microfrontends, exports Button component

About

Store with microfrontend architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published