skills/smithery.ai/blac-development

blac-development

Installation
SKILL.md

BlaC Development Skill

BlaC is a TypeScript state management library with React integration using proxy-based dependency tracking for optimal re-renders.

Installation

pnpm add @blac/core @blac/react

Core Concepts

Cubit - Simple State Container

Use Cubit for direct state mutations without events. Best for most use cases.

import { Cubit } from '@blac/core';
Installs
1
First Seen
Mar 27, 2026
blac-development from smithery.ai