Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavelivanov/redooks
Hooks for redaction module
https://github.com/pavelivanov/redooks
Last synced: about 1 month ago
JSON representation
Hooks for redaction module
- Host: GitHub
- URL: https://github.com/pavelivanov/redooks
- Owner: pavelivanov
- License: mit
- Created: 2019-08-14T10:11:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T15:19:21.000Z (about 5 years ago)
- Last Synced: 2024-11-16T15:07:10.961Z (about 2 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Package named by cool frontend developer @ivashev and @yeapproject
### React hooks for [Redaction](https://github.com/pavelivanov/redaction)
##### Redux reducers without constants and dispatching!
Redooks is a sugar for redux. The main purpose is to refuse from using constants and dispatch method in code.
[![Npm Version](https://badge.fury.io/js/redooks.svg)](https://www.npmjs.com/package/redooks)
[![Month Downloads](https://img.shields.io/npm/dm/redooks.svg)](http://npm-stat.com/charts.html?package=redooks)
[![Npm Licence](https://img.shields.io/npm/l/redooks.svg)](https://www.npmjs.com/package/redooks)### Installation
To install the stable version:
```bash
npm install --save redooks
```