Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

granify/granify-redux-middleware

Repository files navigation

Redux Middleware for Granify Installations

npm npm Build Status

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published