CReact - JSX for the Cloud
github.comΒ·6hΒ·

CReact

Infrastructure-as-Code with React patterns.

Write infrastructure using JSX components. Dependencies flow through context and props. Deployments orchestrate themselves through reactive reconciliation.


Why CReact Exists

Infrastructure deployment has the same problems as UI rendering: managing state, resolving dependencies, coordinating lifecycles, and recovering from failures. React solved these problems for UI. CReact applies the same patterns to infrastructure.

The key insight: infrastructure is just another render target. Instead of rendering to DOM, we render to CloudDOM - an intermediate representation that providers materialize into actual cloud resources.


Core Architecture

CReact separates three concerns that traditional IaC tools mix …

Similar Posts

Loading similar posts...