How to implement state management inside a simple JavaScript app

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    💊 Valtio makes proxy-state simple for React and Vanilla

  • There is a package developed around this proxy concept called Valtio which is available for JavaScript, React, and so on... feel free to check and star it on Github.

  • todoproxy

    A simple implementation of the popular todo application using JavaScript and Proxies

  • This was not a very shiny demonstration of the proxy potential as what we did is just incrementing and decrementing a counter, but if you want a more advanced use of it, here is a link to a todo project using the same concept.

  • 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

  • How to properly structure a valtio shared state object?

    1 project | /r/reactjs | 25 Jun 2023
  • Notes on LiveView Components and JS interactions

    1 project | dev.to | 22 Aug 2022
  • Why do people keep saying Vue/Angular doing magic?

    1 project | /r/vuejs | 27 Jul 2022
  • What is the best way to deal with mutating an object (class instance) in state?

    1 project | /r/reactjs | 4 Jun 2022
  • How I ease the next developer reading my code

    1 project | dev.to | 23 Feb 2022