Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrepolischuk/react-redux-example
An example of React Redux async application
https://github.com/andrepolischuk/react-redux-example
example example-app postcss react redux
Last synced: 20 days ago
JSON representation
An example of React Redux async application
- Host: GitHub
- URL: https://github.com/andrepolischuk/react-redux-example
- Owner: andrepolischuk
- License: mit
- Created: 2016-03-15T11:30:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T15:44:49.000Z (over 7 years ago)
- Last Synced: 2024-11-09T10:28:50.330Z (3 months ago)
- Topics: example, example-app, postcss, react, redux
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-redux-example
> An example of React Redux async application
## Install
```sh
git clone https://github.com/andrepolischuk/react-redux-example
cd react-redux-example
npm install
```## Run
```sh
npm start
```## Test
```sh
npm test
```## Build
```sh
npm run build
```## Under the hood
* [x] [React](https://github.com/facebook/react)
* [x] [Redux](https://github.com/reactjs/redux)
* [x] [React Redux Router](https://github.com/reactjs/react-router-redux)
* [x] [Redux Thunk middleware](https://github.com/gaearon/redux-thunk)
* [x] [Webpack](https://github.com/webpack/webpack)
* [x] [Babel](https://github.com/babel/babel)
* [x] [CSS modules](https://github.com/css-modules/css-modules)
* [x] [PostCSS](https://github.com/postcss/postcss)
* [x] [Cssnext](https://github.com/MoOx/postcss-cssnext)
* [x] [Redux DevTools Extension](https://github.com/zalmoxisus/redux-devtools-extension)
* [x] [Eslint](https://github.com/eslint/eslint)
* [x] [Testing with AVA](https://github.com/sindresorhus/ava)## License
MIT