1.0.0-alpha.9 • Published 5 years ago

@vanillajs/store v1.0.0-alpha.9

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

@vanillajs/store

A tiny, vanilla JS State Container

The GZIP size of @vanillajs/store The Brotli size of @vanillajs/store

Installation

Grab a copy from UNPKG CDN:

<script src="https://unpkg.com/@vanillajs/store">

or Install it from NPM:

npm install @vanillajs/store

Then with a module bundler like parcel or rollup, use as you would anything else:

import { store } from '@vanillajs/store';

Usage

See online demos

Use with Vanilla JS | See codesandbox

Use with React | See codesandbox

Use with lit-html | See codesandbox

License

MIT License @ osdevisnot

1.0.0-alpha.9

5 years ago

1.0.0-alpha.7

5 years ago

1.0.0-alpha.6

5 years ago

1.0.0-alpha.5

5 years ago

1.0.0-alpha.3

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago