Skip to main content

One post tagged with "hexagonal-react"

hexagonal-react project

View All Tags

Introducing Hexagonal React: Architecture Enforced by ESLint

· 7 min read
Fabio Fognani
random nerd

I'm excited to announce @dxbox/hexagonal-react, a monorepo template that brings hexagonal architecture (also known as ports and adapters pattern) to React applications with a game-changing twist: architectural rules are enforced at compile-time via ESLint.

The core principle is simple yet powerful: "If it compiles, it's architecturally correct."