Tools/reduxjs/redux-toolkit

Redux Toolkit

Official batteries-included Redux toolset

11.2kgrowthTypeScriptMIT Licensenew this week

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Mar 2026

Redux Toolkit is the official way to use Redux without the boilerplate that made old Redux painful. It wraps Redux with sensible defaults: built-in immutable updates, auto-generated action creators, and a data fetching layer called RTK Query.

MIT license, TypeScript-first. This is NOT a separate library from Redux: it IS how you're supposed to use Redux now. The old pattern of writing action types, action creators, and reducers separately is dead. Redux Toolkit gives you `createSlice` which generates all three from one function.

Fully free. No paid tier, no hosted version. It's a dependency in your package.json. Every team size: free. The real question isn't cost; it's whether you need Redux at all. For simple apps, React's built-in useState and useContext are enough. Redux Toolkit earns its place when you have complex state interactions across many components, or when you need RTK Query's caching and invalidation.

The catch: Redux still adds conceptual overhead. Actions, reducers, selectors, middleware, the mental model is heavy compared to simpler alternatives like Zustand or Jotai. RTK Query is powerful but competes with React Query/TanStack Query, which many developers find more intuitive. If you're starting fresh and don't already know Redux, try Zustand first.

Free vs Self-Hosted vs Paid

fully free

Fully open source under MIT. A frontend dependency with no paid tier, no hosted service, no commercial entity. Free forever.

Free. A library, not a service.

Self-hosting ops:trivial

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
88/100 · A
Adoption27/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 11,196 starsActive community: 1,262 forksPermissive license (MIT)

About

Stars
11,225
Forks
1,293

Explore Further

More tools in the directory