Skip to content

Latest commit

 

History

History
 
 

react-redux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm install

安裝相關套件

npm 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.

名詞

redux

react-redux

Provider
Connect
mapStateToProps

redux-thunk

可以dispatch function action

middleware

類似AOP 進出reducer 都會先經過middle alt text

##參考資料 https://ithelp.ithome.com.tw/articles/10187438