Skip to content

Introduction

BlaC is a TypeScript state management library based on state containers and a registry-driven lifecycle. It provides:

  • StateContainer and Cubit for 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.

Released under the MIT License.