Is this a correct way to update state?

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

    Create the next immutable state by mutating the current one

  • Unless you need to squeeze every drop of performance you can you might have a better time using an immutability library like immer and by extension a use-immer hook since you are making nested changes to an object in state.

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

  • Comparing React state tools: Mutative vs. Immer vs. reducers

    1 project | dev.to | 1 May 2024
  • How We Fixed Performance With JS Object Variable Mutation

    1 project | dev.to | 4 Sep 2023
  • Why my variable is being mutated if I make any changes to my data ?

    1 project | /r/reactjs | 29 Jun 2023
  • Write better JavaScript and ReactJs code with Immerjs

    1 project | dev.to | 1 May 2023
  • Pure functional data in Clean Architecture

    1 project | /r/functionalprogramming | 28 Apr 2023