Very simple state management library for React apps

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

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

    The most minimalistic React state management library on the market with zero dependencies and React.useState-like syntax

  • altamoon

  • Hey guys. I'm a freelancer and I jump from one project from another. What I found out is that many developers create their custom state management library that is used at this particular project and has no documentation (it's great if they have comments). Developers are trying to avoid heavy libraries such as Redux and use pure React Context instead with very custom features. The problem is when a new developer appears at a team, he's going to need to figure out your code which is very limited by its features (so you can't use it "this way", only "that way"). use-change may be a good solution if you don't want to pull heavy libraries with extra concepts that you're going to need to understand. It's not popular because I don't really promote it, but it's well-documented and battle-tested (the only open-sourced project that uses use-change for now is https://github.com/finom/altamoon). When I've made it it it was just an experiment for a small project, but today I enjoy using it every day because I need to write less code than I'd do with Redux for example and especially with all those custom React Context app states.

  • 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

  • Hook-less React application state powered by accessors

    1 project | /r/javascript | 24 May 2023
  • 7 great libraries for React

    6 projects | dev.to | 5 Feb 2023
  • I’ve built two React hooks that will help you in making your apps more accessible

    4 projects | /r/Frontend | 20 Jan 2022
  • use-change - Application-wide alternative for React.useState

    1 project | /r/react | 11 Nov 2021
  • use-change - The most minimalistic React state library on the market with zero dependencies

    4 projects | /r/javascript | 10 Nov 2021