yeecai / front-end-trivia

My collection of knowledge about JS/React/Css...topic interested in Issues.
0 stars 0 forks source link

microfrontends pros & cons #34

Open yeecai opened 3 years ago

yeecai commented 3 years ago

What is micro frontends, image you can deploy part of your project created by CRA instead a whole one, different projects share npm library

pros:

  1. stack unrelated, each team can choose stack differently or upgrade stack independently
  2. good for name collosion using teamname prefixes ref
  3. if one part of the system failed, others won't be affect?

cons:

  1. complex architecture