Simple Instagram copy created using React+Redux
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.
$ npm install
$ # or
$ yarn install
$ npm run start
$ # or
$ yarn start
$ npm run build
$ # or
$ yarn build
Highly influenced by https://github.com/react-boilerplate/react-boilerplate
-
react: Natively implemented navigation package for react native.
-
redux: Predictable state container for JavaScript apps
-
recompose: Used for creating and composing higher order components.
-
reselect: Used to create selectors for the redux store.
-
redux-saga: An alternative side effect model for Redux apps