Skip to content

JackZhangXL/react-redux-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ppt
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

react-redux-demo

This project is for learning Redux

insall

yarn insall

watch ppt

yarn start

run code

yarn run dev

Chapter 1 originRedux

all redux in single JS file

http://0.0.0.0:9999/redux.html

Chapter 2 originReduxAction

separate action from others

http://0.0.0.0:9999/reduxaction.html

Chapter 3 originReduxReducer & originReduxCombineReducer

separate reducer from others

http://0.0.0.0:9999/reduxreducer.html

learn combineReducers

http://0.0.0.0:9999/reduxcombinereducer.html

Chapter 4 originReduxStore

learn createStore compose

http://0.0.0.0:9999/reduxstore.html

Chapter 5 reactRedux

learn react-redux

http://0.0.0.0:9999/reactredux.html

Chapter 6 reactReduxMiddleware

learn middleware

http://0.0.0.0:9999/reactreduxmiddleware.html

Chapter 7 reactReduxAsync

learn asynchronous operation by redux-thunk

http://0.0.0.0:9999/reactreduxasync.html

Chapter 8 reactReduxSaga

learn asynchronous operation by redux-saga

http://0.0.0.0:9999/reactreduxsaga.html

About

just learn redux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published