dwyl / learn-redux

:boom: Comprehensive Notes for Learning (how to use) Redux to manage state in your Web/Mobile (React.js) Apps.
GNU General Public License v2.0
446 stars 42 forks source link

Redux went from having 0 (Zero) Dependencies to having 4 (Four) ... #52

Closed nelsonic closed 6 years ago

nelsonic commented 6 years ago

The repo was moved to: https://github.com/reactjs/redux so the dependency badge in the readme is "broken" ... Dependency Status

Furthermore the entire "no dependencies" section (also readme): image see: https://github.com/dwyl/learn-redux/tree/9b463df55e115ad6fa2e26f670270d94a1cd9d08#no-dependencies-

is obsolete (because redux now has four dependencies...): 😖 image see: https://github.com/reactjs/redux/blob/6f6150470367c539d9bbc33bff3684919f04d5ea/package.json#L62

Suggestion