/redux-for-lazy-developers

Example of how to use explode redux using the min amount of code

Primary LanguageJavaScript

Description

Simple Instagram copy created using React+Redux

Source

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.

Install

$ npm install
$ # or
$ yarn install

Run

$ npm run start
$ # or
$ yarn start

Build the project

$ npm run build
$ # or
$ yarn build

Structure

Highly influenced by https://github.com/react-boilerplate/react-boilerplate

Key technologies

  • 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