Think of MFEs as microservices, but for the frontend. Each team owns a vertical slice: UI + logic + deployment.
An architectural style where independently deliverable frontend applications are composed into a greater whole.
Last Updated: 2024-02-06
Git worktrees allow you to check out multiple branches simultaneously in separate directories, while sharing a single .git metadata store.
THere are some best practices, useful Git aliases, and shell functions for efficiently managing Git worktrees. It covers: