0.1.4 • Published 5 years ago

granify-redux-middleware v0.1.4

Weekly downloads
13
License
Apache-2.0
Repository
github
Last release
5 years ago

Redux Middleware for Granify Installations

npm npm Build Status

npm.io

Redux Middleware used to communicate the store to Granify Scripts

Install

npm i --save granify-redux-middleware

or

yarn add granify-redux-middleware

Usage

import { applyMiddleware, createStore } from 'redux';
import granifyMiddleware from 'granify-redux-middleware';

const store = createStore(reducer, applyMiddleware(granifyMiddleware));

// Note passing middleware as the third argument requires redux@>=3.1.0
0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago