Performance with React Context API

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

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
  • mobx-state-tree

    Full-featured reactive state management without the boilerplate

  • Folks disagreed with my comment yesterday criticizing Redux as an architecture, but this sort of illustrates my point. I'd suggest taking a look at Mobx State Tree, which automatically re-renders components only when they depend on the specific part of the state that changed. Other fields can change without triggering unnecessary re-renders, and developers don't have to worry about manually splitting the state to deal with performance problems.

  • 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

  • Expo, what’s a good RAM usage?

    1 project | /r/reactnative | 2 Jan 2022
  • MobX State Tree (MST) - State Management

    1 project | dev.to | 30 May 2021
  • Why React Context is Not a "State Management" Tool (and Why It Doesn't Replace Redux)

    3 projects | /r/reactjs | 18 Jan 2021
  • Managing my buisness logic with OOP

    4 projects | /r/reactjs | 15 Dec 2022
  • React State Museum - Examples to help portray the how, why, which, pros, and cons of various state management systems in the React ecosystem

    1 project | /r/reactjs | 29 Nov 2021