0.3.0 • Published 5 years ago

izreducer v0.3.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 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

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago