JSPM

@ariakit/react-store

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 219282
  • Score
    100M100P100Q222992F
  • License MIT

Ariakit React store utilities

Package Exports

  • @ariakit/react-store
  • @ariakit/react-store/package.json

Readme

@ariakit/react-store

Important: This package is an internal dependency of Ariakit and does not follow semantic versioning, meaning breaking changes may occur in patch and minor versions. You probably want to use @ariakit/react instead.

React bindings for Ariakit store primitives.

npm i @ariakit/react-store

Import store hooks from the package root:

import { useStoreState } from "@ariakit/react-store";

This package is ESM-only and exposes a single public entrypoint.