Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```