✨ How you build forms with Material-UI? This is the way I do. Link in the first comment.

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

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
  • react-cool-form

    Discontinued 😎 📋 React hooks for forms state and validation, less code more performant.

  • Demo link: https://react-cool-form.netlify.app/docs/examples/material-ui Form library: https://github.com/wellyshen/react-cool-form

  • formik

    Discontinued Build forms in React, without the tears 😭 [Moved to: https://github.com/jaredpalmer/formik]

  • I personally prefer Formik combined with yup for schema validation.

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

    Easy to maintain open source documentation websites.

  • u/_Invictuz Thank you mate, I use Facebook's docusaurus (https://docusaurus.io) for the doc site.

  • vazco/uniforms

    A React library for building forms from any schema.

  • I am a big fan of the uniforms library. It allows you to automatically create forms from your data model. It works well with Material UI but also supports many other UI frameworks (Ant Design, Semantic UI, ...). So you can choose the way it looks like by just selecting a different theme provider. It also has great support for TypeScript and comes with form validation!

  • react-jsonschema-form

    A React component for building Web forms from JSON Schema.

  • I've mostly been using a similar library react-jsonschema-form, but now looking at uniforms, I'm wondering if the hand coded validator might let me do a bit more customized work there. Thanks for the share!

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

    InfluxDB 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

  • Basic principles of Formik

    1 project | dev.to | 13 May 2024
  • Top 5 form validation libraries in React JS and Next JS

    5 projects | dev.to | 29 Sep 2023
  • Formik sucks, is there a decent lib or the best way is to build your own forms?

    5 projects | /r/reactjs | 30 Sep 2022
  • The Best React Form Library (2022)

    5 projects | dev.to | 3 Aug 2022
  • Best current libraries for complex forms?

    6 projects | /r/reactjs | 1 Jan 2022