0.3.0 • Published 7 years ago

izreducer v0.3.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

IZ Reducers

This package contains the core Redux reducers for "Invoice Zero" - the personal finance system.

It is not meant to be used as a standalone package.

Install

npm install --save izreducer

Usage

The package exports 2 "slices", generated using the Redux Starter Kit's createSlice helper.

import { combineReducers } from "redux";
import { transactions, categories } from "izreducer";

export default combineReducers({
  [transactions.slice]: transactions.reducer,
  [categories.slice]: categories.reducer,
});

Publish to npm

Run: npm run build && npm publish

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago