Skip to content

react

6 posts

react
Server-Side Micro-Frontend Composition: One Page, Many Teams

Server-side micro-frontend composition lets independent teams own fragments of one page. The hard part is the ownership boundary and the versioned consistency contract.

build-tools · architecture · nextjs +2

SOLID Principles in JavaScript: Practical Guide with TypeScript and React

How SOLID principles apply to modern JavaScript: practical examples with TypeScript, React hooks, and functional patterns, plus when they're overkill.

typescript · javascript · react +4

Modern React and TypeScript Design Patterns Beyond the Gang of Four2/2

Modern patterns from the JavaScript and TypeScript ecosystems - hooks, compound components, render props, and repositories that solve problems the GoF never faced.

typescript · react · design-patterns

Structural Design Patterns in React and TypeScript1/2

How Decorator, Adapter, Facade, Composite, and Proxy patterns evolved in React and TypeScript: when HOCs give way to hooks and how adapters isolate third-party APIs.

typescript · react · design-patterns +2

Micro Frontend Architecture Fundamentals: From Monolith to Distributed Systems2/2

Micro frontend composition strategies compared: server-side, build-time, Module Federation, and iframe, with the team preconditions that make the trade pay off.

react · tutorial · typescript

Micro Frontend Implementation Patterns: Module Federation and Beyond1/2

Production-ready Module Federation setups, cross-app communication, routing strategies, and the race conditions that break split routing under load.

build-tools · react · tutorial +2