preact-side-effect
Version:
Create components whose prop changes map to a global side effect
12 lines (7 loc) • 343 B
Markdown
# Preact Side Effect
Create components whose prop changes map to a global side effect.
## Installation :rocket:
```
npm install --save preact-side-effect
```
This is a fork from [react-side-effect](https://github.com/gaearon/react-side-effect). Same Implementation detail as the [fork](https://github.com/gaearon/react-side-effect) :wink: