troyscott / react-ls-redux-template

React template with redux using local storage. This template explicitly passes the store down the component tree.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explicitly Passing the Store

The first, and most logical way, to incorporate the store into your UI is to pass it down the component tree explicitly as a property.

Demo

Demo

Important Files

Clone and Install

Installation

Run this npm command to install dependencies.

$ npm install

Build

Run this npm command to build the JavaScript Bundle

$ npm run build

Run

Run this npm command to build the JavaScript Bundle and open the browser to the app using the file api.

$ npm start

About

React template with redux using local storage. This template explicitly passes the store down the component tree.


Languages

Language:JavaScript 79.2%Language:CSS 20.8%