Skip to main content

5 docs tagged with "Nx"

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.

NX Cloud

Power up your Nx development with Nx Cloud

Nx Monorepo

Nx is a build system optimized for monorepos. Combined with hexagonal architecture, it enforces the boundaries that keep code maintainable as systems scale.