redux-cart

1.0.0-4 • Public • Published

redux-cart logo

redux-cart

🛒 A Shopping Cart Reducer for Redux

Installation

npm i redux-cart

Usage

Reducer

Add the cart reducer to your main reducer.

// reducers/index.js
import { combineReducers } from 'redux';
import app from './app';
import { reducer as cart } from 'redux-cart';

export default combineReducers({ app, cart });

Package Sidebar

Install

npm i redux-cart

Weekly Downloads

2

Version

1.0.0-4

License

MIT

Unpacked Size

7.01 kB

Total Files

7

Last publish

Collaborators

  • estebanborai