Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ooade/preact-side-effect
Create components whose nested prop changes map to a global side effect
https://github.com/ooade/preact-side-effect
preact preact-side-effect react react-side-effect
Last synced: 3 months ago
JSON representation
Create components whose nested prop changes map to a global side effect
- Host: GitHub
- URL: https://github.com/ooade/preact-side-effect
- Owner: ooade
- License: mit
- Fork: true (gaearon/react-side-effect)
- Created: 2017-01-20T17:56:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T15:06:57.000Z (over 7 years ago)
- Last Synced: 2024-09-25T19:44:39.307Z (3 months ago)
- Topics: preact, preact-side-effect, react, react-side-effect
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-preact - Preact Side Effect - Create components whose nested prop changes map to a global side effect. (Uncategorized / Uncategorized)
README
# 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: