How to get better and easier state management with Redux Toolkit

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • redux-pokemon-tcg-shop

    Demo shop to show Redux Toolkit

  • As always I provide a demo project that uses the things we will see here, feel free to try it and check out the source code.

  • nextjs-boilerplate

    A NextJS boilerplate with tailwindcss, eslint and prettier

  • I don't have an article about Next.js yet but, you can start your journey with my Next.js boilerplate

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • In addition to Redux the project is made with Next.js, TypeScript, ChakraUI and Pokemon TCG API.

  • react-query

    Discontinued 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]

  • react-query came with a solid purpose, filling the gap that no other library was big and opinionated about, how to get asynchronous data. So this library wasn't here to replace any of the previous state managers, as those were there to handle client and server state, but react-query focused only on server state.

  • redux-toolkit

    The official, opinionated, batteries-included toolset for efficient Redux development

  • Redux Toolkit

  • zustand

    🐻 Bear necessities for state management in React

  • Outside there are more solutions for state management like Zustand, MobX and Recoil to name a few, so even if you have experience (or not) with those tools I would love to hear your feedback and experiences with state management!

  • Next.js

    The React Framework

  • In addition to Redux the project is made with Next.js, TypeScript, ChakraUI and Pokemon TCG API.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • MobX

    Simple, scalable state management.

  • Outside there are more solutions for state management like Zustand, MobX and Recoil to name a few, so even if you have experience (or not) with those tools I would love to hear your feedback and experiences with state management!

  • Immer

    Create the next immutable state by mutating the current one

  • And that's right, that's how you should write immutable code, but Redux Toolkit uses under the hood the library Immer which will handle the changes and take care of the immutability for you.

  • Recoil

    Recoil is an experimental state management library for React apps. It provides several capabilities that are difficult to achieve with React alone, while being compatible with the newest features of React.

  • Outside there are more solutions for state management like Zustand, MobX and Recoil to name a few, so even if you have experience (or not) with those tools I would love to hear your feedback and experiences with state management!

  • chakra-ui

    ⚡️ Simple, Modular & Accessible UI Components for your React Applications

  • In addition to Redux the project is made with Next.js, TypeScript, ChakraUI and Pokemon TCG API.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts