Tutorial

Tutorial 2 - Advanced Redux Toolkit Features

6 steps

In this quest, we will be exploring advanced Redux Toolkit features such as async handling of data, entity adapters for managing state structure and record collections i.e. JSON as entities, and adding custom middleware to perform sets of actions based on a set of conditions by listening to state changes.

For technical help on the StackUp platform & quest-related questions, join our Discord, head to the 🆘 | quest-help-forum channel and look for the correct thread to ask your question.

Helpful prior knowledge


Learning Outcomes

By the end of this quest, you will be able to:

  • Manage real-time data with async -> await
  • Normalise structured data from entity adapters
  • Add custom middleware for your next React + Redux Toolkit applications

Tutorial Steps

Total steps: 6

  • Step 1: Project Setup
  • Step 2: Managing Asynchronous Data with Asynchronous Thunks
  • Step 3: Furthering Our Understanding
  • Step 4: createEntityAdapter
  • Step 5: listenerMiddleware
  • Step 6: Stacking It Up!

Help Center Need help?

Find articles to support you through your journey or chat with our support team.

Help Center