React Design Patterns: Generating User-configured UI Using The Visitor Pattern

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

    A React component for building Web forms from JSON Schema.

  • react-jsonschema-form is a React library that generates forms based on a json-schema and uses concepts very similar to the ones introduced here

  • babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

  • Babel is a great practical example of the visitor pattern in action. Babel operates on Abstract Syntax Trees (ASTs) and transforms your code by visiting various nodes (eg, blocks of text) in your source code.

  • 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

  • Making a web UI from Haskell/Servant

    1 project | /r/haskell | 29 Aug 2023
  • How to build forms using the schema-first approach in React

    1 project | /r/javascript | 9 Nov 2022
  • From Builder in React

    1 project | /r/reactjs | 4 Jul 2022
  • Frameworks for declaratively/programatically creating forms?

    2 projects | /r/reactjs | 22 Apr 2022
  • validation logic client /server

    1 project | /r/react | 12 Feb 2022