@redom/store

1.0.0 • Public • Published

RE:DOM store

Immutable keypath store for RE:DOM

Installing

npm i @redom/store

Usage

import Store from '@redom/store';

const store = new Store();

store.set('a.b.c', 'Hello RE:DOM store!');

console.log(store.get('a.b.c'));

Readme

Keywords

none

Package Sidebar

Install

npm i @redom/store

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • pakastin