Skip to main content
Feature-driven React app. Each feature owns its tokens, providers, service, and UI. Source: examples/vite · README.md

What it demonstrates

  • useInject for typed dependency resolution in React components
  • useStorage with local persist via @brushy/storage
  • Feature-owned DI: tokens, providers, and services colocated under features/

Run

From the repository root, build libraries first:
Then from examples/vite:
Or use the root shortcut:
Open http://localhost:5173

Layout