Skip to main content

One doc tagged with "Next.js"

View all tags

Hexagonal Architecture

Hexagonal architecture (ports and adapters) isolates business logic from external concerns. The domain doesn't know about databases, APIs, or UI frameworks — it only knows about ports (interfaces) that adapters implement.