Tag Archive
react
2 articles tagged with “react”
Software Architecture12 min readJanuary 15, 2026
Micro-Frontends: When to Split the Monolith
An architectural deep dive into Micro-Frontends. Analyzing Module Federation, iframe patterns, and when your React app becomes too large to stay as a monolith.
Micro-FrontendsArchitectureWebpack
Read article →React.js10 min readFebruary 10, 2026
Demystifying the React Compiler
React has historically relied on developers to manually memoize components. Discover how the brand-new React Compiler is automating UI optimization.
React CompilerReactPerformance
Read article →