feMoraes0 / microfrontends-dash

Project #2 - Microfrontends with React: A Complete Developer's Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microfrontends Dashboard

Objective

Documents what was learned during the second project at the course Microfrontends with React: A Complete Developer's Guide by Stephen Grider at Udemy.

Topics

  • Zero coupling between child projects
    • no shared state, no cross imports
    • can share libraries through module federation
  • Container should not assume that a child is using a specific framework.
  • CSS should not affect other projects.
  • Version Control:
    • Monorepo vs. separate
    • Not defined during the course, student choice.
  • Container should be able decide to always use the latest version or specific version.

About

Project #2 - Microfrontends with React: A Complete Developer's Guide


Languages

Language:JavaScript 97.9%Language:HTML 2.1%