0.6.3 • Published 6 years ago

davey-store v0.6.3

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

👦🏻 davey-store

davey's store interpretation

CircleCI codecov npm (scoped)

Methods

createStore

Create new store with subscribe, get and set methods.

Try it out

yarn add davey-store

import { createStore } from "davey-store";

const store = createStore({ active: false });
store.subscribe(data => console.log(data));
console.log(store.get())
store.set({ active: true })
0.6.3

6 years ago

0.6.1

6 years ago

0.5.0

6 years ago

0.6.0

6 years ago

0.4.5

6 years ago

0.4.3

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago