gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.28k stars 10.31k forks source link

[v2] Update Redux to v4? #8265

Closed alvis closed 5 years ago

alvis commented 6 years ago

Summary

Redux 4 has been released for a while. Shall we update the dependency?

I've already tested the change in my fork and there nothing is breaking.

Motivation

Redux 4 has updated its TypeScript bindings. Personally, I prefer the new version much.

Putting it aside, Redux 4 has es modules support and dropped its dependency on lodash. Hence, it can make the bundle smaller.

kakadiadarpan commented 6 years ago

@alvis if you have made the changes in your fork, please raise a PR and we'll review it. :)