stowball / dummys-guide-to-redux-and-thunk-react

Tutorial post
https://medium.com/@stowball/a-dummys-guide-to-redux-and-thunk-in-react-d8904a7005d3#.44hlq3vvt
321 stars 146 forks source link

Update to handle React 16 and React-Redux 7 #7

Open seth4618 opened 4 years ago

seth4618 commented 4 years ago

The code in the blog does not reflect the massive changes in react and redux over the past few years. This pull request updates the code to reflect those changes, including fixes for PropTypes, the use of a stateless function component, and useEffect.