GeekEast / blog_comment

0 stars 0 forks source link

React Redux | 雪中印 #177

Open GeekEast opened 4 years ago

GeekEast commented 4 years ago

https://geekeast.github.io/Developer/framework/react/react-redux.html

Key Points Name What Where Analogy Example Action Payloads send from view to store. View HTTP Post Body { type: 'SONG_SELECTED', payload: "Hello world" } Action Creator Function to