I have an app written in old redux with React classes and try to migrate it to the latest version with hooks. What would you recommend to read/watch?

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

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
  • zustand

    🐻 Bear necessities for state management in React

  • For none server related state have a look at https://github.com/pmndrs/zustand or https://atlassian.github.io/react-sweet-state

  • redux-toolkit

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

  • Depend on the preference if you would like to stay with Redux then read https://redux-toolkit.js.org/

  • 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
  • react-sweet-state

    Shared state management solution for React

  • For none server related state have a look at https://github.com/pmndrs/zustand or https://atlassian.github.io/react-sweet-state

  • redux-essentials-example-app

    Example app for the Redux Essentials tutorial

  • Also take the time to read through the whole "Essentials" tutorial to see how we teach and encourage use of RTK for building apps: https://redux.js.org/tutorials/essentials/part-1-overview-concepts

  • react-error-boundary

    Simple reusable React error boundary component

  • Use https://github.com/bvaughn/react-error-boundary for error boundaries and you won't have to write one yourself.

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