Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hartzis/react-with-redux-shop-ducks

shopping cart example with react and redux
https://github.com/hartzis/react-with-redux-shop-ducks

cart react redux redux-form shopping-cart

Last synced: 24 days ago
JSON representation

shopping cart example with react and redux

Awesome Lists containing this project

README

        

> Updated deps - Feb 2017

Originally created - July 2015

# react-with-redux-shop-ducks
"searchable" shopping cart example with react, redux, and redux-form

Wrote an accompanying [blog post](http://www.hartzis.me/functional-redux-ducks/).

[Live example](http://hartzis.github.io/react-with-redux-shop-ducks/)

### key libs used

#### react/redux
- [redux](https://github.com/rackt/redux) - v3.6.0
- [react-redux](https://github.com/rackt/react-redux) - v5.0.0
- [redux-form](https://github.com/erikras/redux-form) - v3.0.5

#### build
- [babel](https://babeljs.io/) - v6.23.0
- [webpack](https://webpack.js.org/) - v2.2.0
- [webpack-dev-server](https://webpack.github.io/docs/webpack-dev-server.html) - v2.3.0

#### jsx helpers
- [display-if](https://github.com/craftsy/babel-plugin-jsx-display-if) - Allows conditional displaying via `

`

## Run Example

`npm install`

`npm start`