Should we be teaching Redux in 2022?

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

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • react-community-tools-practices-cheatsheet

    Descriptions and use cases for common tools and practices in the React community

  • Early last year, I proposed creating a "React Community Tools and Practices" resource site. The idea was to provide curated written guidance on the different tools and techniques that React devs commonly use to solve various problems, describe the purpose and tradeoffs of each tool, and give some general guidance on how to decide on what tool best solves your use case.

  • redux

    A JS library for predictable global state management

  • Redux issue #2295: Request for Discussion: Redux "boilerplate", learning curve, abstraction, and opinionatedness From that thread, Dan Abramov's suggestion for "a layer on top of Redux"

  • 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

  • So from what I can see, we've successfully changed the direction of how people view and use Redux, and we'll continue to look at what our users want to do and try to add APIs like the upcoming "listener middleware" that provide ways to simplify and standardize those tasks.

  • ducks-modular-redux

    A proposal for bundling reducers, action types and actions when using Redux

  • Yeah, the "ducks" file structure has been around as an idea since 2015, but most Redux apps (and our older docs) used a "folder-by-type" pattern (/reducers/todos.js, /actions/todos.js, etc).

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

  • A Comprehensive Guide to React State Management

    3 projects | dev.to | 12 Apr 2024
  • Redux 101

    6 projects | dev.to | 3 Jan 2024
  • React State Management in 2024

    5 projects | dev.to | 8 Dec 2023
  • Redux Toolkit 2.0: new features, faster perf, smaller bundle sizes (plus major versions for all Redux family packages!)

    7 projects | /r/reactjs | 5 Dec 2023
  • Redux Toolkit 2.0: new features, faster perf, smaller bundle sizes, and more

    6 projects | news.ycombinator.com | 4 Dec 2023