redux v4.0.0-rc.1 Release Notes

Release Date: 2018-04-10 // about 6 years ago
  • npm install redux@next

    ๐Ÿš€ There haven't been any big complaints with the previous beta, so it's time to graduate to a release candidate. Please give this a try in your applications and let us know if you see any issues. If we're all clear, I'll get 4.0 released in the next week!

    Changes

    • โž• Add a sideEffects: false flag for Webpack 4 (#2865 by @timdorr)
    • ๐Ÿ›  Fix missed case in "observe" type check (#2919 by @zerobias)