Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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