Frontend Architecture
Everything on SkillVeris tagged Frontend Architecture — collected across the glossary, study notes, blog, and cheat sheets.
4 resources across 1 library
Interview Questions(4)
What Are State Machines and Why Use Them in Frontend Code?
A state machine models a UI as a finite set of named states plus explicit, allowed transitions between them, so instead of scattering booleans like isLoading,…
Monorepo vs Polyrepo for Frontend Projects: How Do You Choose?
A monorepo stores multiple frontend packages (apps, shared UI libraries, config) in one version-controlled repository with a single dependency graph and unifie…
What Is Micro-Frontend Architecture?
Micro-frontend architecture splits a large web application into independently built, tested, and deployed frontend units — often owned by separate teams — that…
What Is Webpack Module Federation and How Does It Work?
Module Federation is a Webpack (and now Rspack/Vite-ecosystem) capability that lets separately built and independently deployed JavaScript bundles dynamically…