Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hartzis/react-with-redux-shop-ducks
- Owner: hartzis
- Created: 2015-07-23T20:21:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T02:40:34.000Z (about 6 years ago)
- Last Synced: 2024-04-16T08:53:22.867Z (7 months ago)
- Topics: cart, react, redux, redux-form, shopping-cart
- Language: JavaScript
- Homepage: http://hartzis.github.io/react-with-redux-shop-ducks/
- Size: 894 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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-formWrote 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`