Notes on LiveView Components and JS interactions

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

  • Since we want the React component to react to an external change, using a state manager makes this easy. We will use Valtio here by example. For this library, change the esbuild config to --target=es2020 instead to remove some warnings (for example, the Zustand library is ok).

  • 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
  • How to implement state management inside a simple JavaScript app

    2 projects | dev.to | 30 Jan 2023
  • 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