-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update react-redux to the latest version 🚀 #7
base: master
Are you sure you want to change the base?
Conversation
Update to this version instead 🚀 Release Notes for v7.0React-Redux version 7 resolves the performance issues that were reported with version 6, and lays the groundwork for us to design and ship a public The major change for this release is that This release has undergone extensive performance benchmarking, and we're confident that it's the fastest version of React-Redux yet! We've also expanded our test suite to cover a number of additional use cases and scenarios.
For discussion on the reasons for the major version change and the development process, see: issue #1177 - React-Redux Roadmap: v6, Context, Subscriptions, and Hooks. For discussion on the possible design of a future public hooks API, see: issue #1179: Discussion: Potential hooks API design ChangesThis release should be public-API-compatible with version 6. The only public breaking change is the update of our React peer dependency from 16.4 to 16.8.4. Internal ChangesDirect Component SubscriptionsIn v6, we switched from individual components subscribing to the store, to having In v7, we've switched back to using direct subscriptions internally, which should improve performance considerably. (This does result in some changes that are visible to user-facing code, in that updates dispatched in React lifecycle methods are immediately reflected in later component updates. Examples of this include components dispatching while mounting in an SSR environment. This was the behavior through v5, and is not considered part of our public API.) Batched UpdatesReact has an
|
|
|
|
|
|
|
|
The dependency react-redux was updated from
6.0.1
to7.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Find out more about this release.
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴