1.0.0 • Published 10 months ago

@eventstore-ui/stores v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

@eventstore-ui/stores

Data stores for stencil.

@eventstore-ui/stores builds upon @stencil/store, with a few key differences:

  • Support for removing keys (and their values) from the store, allowing arbitrary key value records.

    const { state } = createStore<Record<string, string>>();
    
    state.something = 'something';
    
    delete state.something;
  • Addition of specialized store types, with extra helper methods:

  • Removal of ie11 support.

Install

Add to your project

yarn add @eventstore-ui/stores

Also, include the peer dependencies:

yarn add @eventstore-ui/utils
1.0.0

10 months ago

0.1.8

10 months ago

0.1.7

11 months ago

0.1.4

1 year ago

0.1.6

12 months ago

0.1.5

1 year ago

0.1.0

1 year ago

0.1.2

1 year ago

0.1.0-rc.1

1 year ago

0.1.1

1 year ago

0.1.3

1 year ago

0.1.0-alpha.16

1 year ago

0.1.0-alpha.15

1 year ago

0.1.0-alpha.17

1 year ago

0.1.0-alpha.12

2 years ago

0.1.0-alpha.11

2 years ago

0.1.0-alpha.14

1 year ago

0.1.0-alpha.13

1 year ago

0.1.0-alpha.10

2 years ago

0.1.0-alpha.9

2 years ago