Introduction
BlaC is a TypeScript state management library based on state containers and a registry-driven lifecycle. It provides:
StateContainerandCubitfor state management- Registry helpers for instance lifecycle and ref counting
- Proxy-based tracking utilities
- React integration via
useBloc
Start with the core or React getting-started guides.