React Reference
React Reference
The React-specific surface of BDS — hooks, composition recipes, and the tooling that builds and discovers the system.
What @brikdesigns/bds gives a React consumer beyond the components themselves: the hooks that expose runtime state, the recipes for composing primitives into product moments, and the BDS-side tooling that keeps the system discoverable and coherent.
Hooks
Runtime hooks — theme access, sheet-stack management, suggestion-filter behavior, and the dev-bar API.
Patterns
Cross-component recipes. How multiple primitives compose into the product moments in every Brik build. Recipes, not new components.
Utilities
BDS-side tooling — the Style Dictionary build pipeline, the bds-find discovery CLI, and the Adopt / Extend / Graduate cascade.
Related
- Components — Every primitive these hooks and patterns compose.
- The Cascade — How theme state the hooks read is emitted into CSS layers.
- Build Standards — The naming and composition rules the patterns follow.