KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
micro-store
★ 9
Open GitHub ↗
Store with microfrontend architecture
Download README (.md)
Explore Similar Repositories
splunk-vulners
:
Splunk Vulnerability Assessment Plugin
vue-polygon-cropper
:
Vue polygon cropper lets you to crop image with any numbers of points with redo and undo functionality.
vim
:
VIM - Runtime 3D BIM Data Format for AEC
blightmud_mcp
:
A plugin for Blightmud that implements the MUD Client Protocol (MCP 2.1) and some common packages.
Derivation-of-LDA-series-formula
:
LDA系列公式推导(吉布斯采样,Gibbs Sampling)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
micro-store
?
Download (.md)
# Microfrontend Example - Store A simple use case for [Create Micro React App](https://github.com/matheusmr13/create-micro-react-app). [Demo](https://matheusmr13.github.io/micro-store/) 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