Purpose of this app is pure demonstration of migration from just React to React+Redux. You can create filters containing tags. These filters are saved inside localStorage. These filters can be used for searching in twitter images feed.
- react
- react-router
- webpack
- nodeJS
- babel (ES6)
- express (for HMR)
$ npm i -g rimraf eslint babel-eslint eslint-plugin-react
$ npm i
Set your env variables inside .env for twitter fetching.
This repo contains 2 branches:
master
- State without Reduxredux
- Same app migrated to redux
$ npm run watch