项目作者: nishant-labs

项目描述 :
Sample Redux Example
高级语言: JavaScript
项目地址: git://github.com/nishant-labs/redux-example.git
创建时间: 2017-12-27T14:08:12Z
项目社区:https://github.com/nishant-labs/redux-example

开源协议:

下载


redux-example

This project aims to explain the journey of a react application to redux based application.

Each branch will resemble a step in the progress.

Table of Contents

Branch and What it holds

List of all branchs and what is the code pushed. each branch is a working example.

master

This branch will have all the progress of the repositry working.

setup

It is a sample react code created using create-react-app utility.

redux-init

React app with redux base after adding Provider and a store, making a base for redux application.