5.1.7 • Published 4 months ago

react-event-storm v5.1.7

Weekly downloads
9
License
MIT
Repository
github
Last release
4 months ago

Publish codecov

The React event storm is providing a lightweight, minimal abstraction for the Event Storm library.

Technical stack

  • React ^16.8.0(hooks support)

Installation

To install the library run:

# npm
npm i react-event-storm

# yarn
yarn add react-event-storm

:::caution The library is using event storm as a peer dependency, so you need to install it. :::

Simple example

import { createStorm } from 'event-storm';
import { useStorm } from 'react-event-storm';

const defaultState = {
  name: 'React Event Storm',
}

const storm = createStorm(defaultState);

function Component() {
  const { name } = useStorm(storm);
  return <span>This is {name}</span>
}

See it in action

Examples:

Documentation

5.1.7

4 months ago

5.1.5

4 months ago

5.1.4

4 months ago

5.1.3

4 months ago

5.1.6

4 months ago

5.1.0

1 year ago

5.0.6

2 years ago

5.0.5

2 years ago

5.0.4

2 years ago

5.0.2

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

3.0.0-rc6

2 years ago

3.0.0-rc5

2 years ago

3.0.0-rc4

2 years ago

1.2.1-beta0

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago

3.0.0-rc2

2 years ago

3.0.0-rc1

2 years ago

3.0.0-rc3

2 years ago

2.0.5

2 years ago

3.0.0-rc

2 years ago

1.2.5

2 years ago

1.2.0

3 years ago

1.2.1

3 years ago

1.1.0-alpha5

3 years ago

1.1.0-alpha4

3 years ago

1.1.0-alpha3

3 years ago

1.1.0-alpha2

3 years ago

1.1.0-alpha1

3 years ago

1.1.0-alpha

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.0.6-alpha0

3 years ago

0.0.6-alpha

3 years ago

0.1.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago