Awesome Forms with Solidjs

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

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • I recently started falling in love with Solidjs, a javascript library that looks like React but is significantly faster and, dare I say, has a notably better API. Unlike React, Solidjs component functions are invoked only once when the component is initialized and then never again.

  • I decided to take advantage of Solidjs' strengths, and build a 9kb min zipped library to aid with user input forms: rx-controls-solid. Let's dive in and see what we can do (note, if you want an introduction to Solidjs, start here).

  • 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

  • Are there any go backends that work with solid?

    1 project | /r/solidjs | 14 Apr 2023
  • Proposal for separation of concerns and immutable state

    1 project | /r/solidjs | 26 Jan 2023
  • SolidJS Crash Course - Building a REST API Client - Part 1

    1 project | dev.to | 1 Jan 2023
  • Stores and indexed accessors

    1 project | /r/solidjs | 20 Dec 2022
  • Solid 1.6 – Castle in the Sky

    1 project | news.ycombinator.com | 20 Oct 2022