Slices vs APIs - Redux Toolkit

This page summarizes the projects mentioned and recommended in the original post on /r/reactjs

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

    Replay.io DevTools (by replayio)

  • Also, I'm happy to chat about how to handle the migration! I've been doing a lot of that work myself over in https://github.com/replayio/devtools - you can see a lot of the PRs I've merged have been about migrating React+Redux to RTK and TS. Best place to chat would be the #redux channel over in the Reactiflux Discord ( https://www.reactiflux.com ).

  • redux-essentials-example-app

    Example app for the Redux Essentials tutorial

  • We normally recommend that people should start with the "Redux Essentials" tutorial, which shows how to use Redux Toolkit as the standard approach. There's also the "Redux Fundamentals" tutorial, which teaches how it all works from the bottom up. But, both of them explain what useSelector is and how to use it.

  • 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
  • redux-toolkit

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

  • If you've only been looking at https://redux-toolkit.js.org , yeah, that doesn't talk about useSelector at all, for a couple reasons. RTK itself doesn't have anything to do with React, except for RTKQ hooks. And, all the actual "tutorials" are in the main Redux docs site , at https://redux.js.org/tutorials/index . That's where we teach you about useSelector.

  • redux

    A JS library for predictable global state management

  • Redux core library, and general Redux tutorials and usage: https://redux.js.org

  • react-redux

    Official React bindings for Redux

  • React-Redux API reference and usage: https://react-redux.js.org

  • React

    The library for web and native user interfaces.

  • Ah, yeah, don't use the main existing React docs at https://reactjs.org. Those are definitely outdated at this point.

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