react-redux v7.1.0-alpha.3 Release Notes

Release Date: 2019-04-28 // almost 5 years ago
  • 🚚 After discussion in the hooks alpha feedback issue, we've decided to remove the useRedux() hook, as it doesn't really bring any benefits. If you were using it in your own code, replace the useRedux() call with separate calls to useSelector() and useActions().

    🛠 This release also includes the timing bugfix from #1263.

    ✅ Also, while you won't notice it, @mpeyper was able to simplify our hooks unit tests using react-hooks-testing-library.

    Changes

    • ✂ Remove useRedux hook 8c0750c
    • 🛠 fix timing issue in component updates due to consecutive dispatches (#1263 by @MrWolfZ)
    • ✅ Use react-hooks-testing-library to test hooks (#1259 by @mpeyper)