JSPM

@ariakit/store

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 219358
  • Score
    100M100P100Q218157F
  • License MIT

Ariakit store utilities

Package Exports

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

Readme

@ariakit/store

Important: This package is experimental and does not follow semantic versioning, meaning breaking changes may occur in patch and minor versions.

Framework-agnostic store primitives used by Ariakit packages.

npm i @ariakit/store

Import store helpers from the package root:

import { createStore } from "@ariakit/store";

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