/reduxDemo

redux及react-redux在react使用demo

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

在./src/index.js 里面选择需要查看的demo

demo1与demo2 讲的是redux在react中的使用

demo3 讲的是react-redux在react中的使用