Download Latest Version v2.8.2 source code.tar.gz (3.4 MB)
Email in envelope

Get an email when there's a new version of Redux Toolkit

Home / v2.8.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-14 1.1 kB
v2.8.2 source code.tar.gz 2025-05-14 3.4 MB
v2.8.2 source code.zip 2025-05-14 3.9 MB
Totals: 3 Items   7.3 MB 1

This bugfix release fixes a bundle size regression in RTK Query from the build and packaging changes in v2.8.0.

If you're using v2.8.0 or v2.8.1, please upgrade to v2.8.2 right away to resolve that bundle size issue!

Changelog

RTK Query Bundle Size

In v2.8.0, we reworked our packaging setup to better support React Native. While there weren't many meaningful code changes, we did alter our bundling build config file. In the process, we lost the config options to externalize the @reduxjs/toolkit core when building the RTK Query nested entry points. This resulted in a regression where the RTK core code also got bundled directly into the RTK Query artifacts, resulting in a significant size increase.

This release fixes the build config and restores the previous RTKQ build artifact sizes.

What's Changed

Full Changelog: https://github.com/reduxjs/redux-toolkit/compare/v2.8.1...v2.8.2

Source: README.md, updated 2025-05-14