react-jsonschema-form

A React component for building Web forms from JSON Schema. (by rjsf-team)

React-jsonschema-form Alternatives

Similar projects and alternatives to react-jsonschema-form

  1. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. chakra-ui

    Chakra UI is a component system for building SaaS products with speed ⚡️

  4. MongoDB

    The MongoDB Database

  5. Material UI

    Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

  6. react-hook-form

    📋 React Hooks for form state management and validation (Web + React Native)

  7. Preact

    ⚛️ Fast 3kB React alternative with the same modern API. Components & Virtual DOM.

  8. Nomad

    Nomad is an easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications. Nomad is easy to operate and scale and has native Consul and Vault integrations.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. Metabase

    The easy-to-use open source Business Intelligence and Embedded Analytics tool that lets everyone work with data :bar_chart:

  11. sourcegraph

    Discontinued Code AI platform with Code Search & Cody

  12. shoelace-css

    A collection of professionally designed, every day UI components built on Web standards. SHOELACE IS BECOMING WEB AWESOME 👇👇👇

  13. ajv

    71 react-jsonschema-form VS ajv

    The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

  14. awesome-jsonschema

    A curated list of awesome JSON Schema resources, tutorials, tools, and more

  15. Robot Framework

    Generic automation framework for acceptance testing and RPA

  16. formik

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

  17. Lean and Mean Docker containers

    Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

  18. react-final-form

    🏁 High performance subscription-based form state management for React

  19. JSONForms

    Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.

  20. Kong

    🦍 The Cloud-Native API Gateway and AI Gateway.

  21. vazco/uniforms

    A React library for building forms from any schema.

  22. SurveyJS

    Free Open-Source JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout that lets you load and run multiple web forms, or build your own self-hosted form management system, retaining all sensitive data on your servers. You have total freedom of choice as to the backend, because any server + database combination is fully compatible.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better react-jsonschema-form alternative or higher similarity.

react-jsonschema-form discussion

Log in or Post with

react-jsonschema-form reviews and mentions

Posts with mentions or reviews of react-jsonschema-form. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-08.
  • Show HN: A no-code framework for JSON
    1 project | news.ycombinator.com | 24 Oct 2024
    Thanks for your feedback !

    It does not rely on JSON schema at all, the idea was to build a representation that binds together data structure, views and behavior in a self-contained way (like .xlsx does).

    There are a few tools that do enable to link JSON schema to views, like react-jsonschema-form (https://rjsf-team.github.io/react-jsonschema-form/) but you need to manage them separately, and they usually do not propose a way to add the fields "methods" (which was the feature I found interesting to make "dynamic" spreadsheets).

    That being said, I think the framework should clearly propose an export from Schema to JSON Schema or Yaml at some point, just as you should be able to start building your Schema by importing a JSON Schema (and although there might be some gray zones between the 2).

    No, sorry, it's not yet open-source, and currently there are some strong links between Document and Workspace (Links, Files...) that would need to be more "abstracted" to make the builder an independent component. But I hear you point ! (and all the comments in this thread are raising the same ! :) )

  • Framework Interoperable Component Libraries Using Lit Web Components.
    8 projects | dev.to | 8 Oct 2023
    I've been very passionate about a project called react-jsonschema-form (github, editor). I personally hate writing forms, and love the idea of serializable components, schema, validation all in one. I've always wanted an alternative to this project that offered an alternative to react, and possibly the ability to render a schema form to static HTML (like ssg).
  • 6 Reasons why JSON Schema is worth your time
    5 projects | dev.to | 3 Oct 2023
    See their playground app for examples of creating schema driven forms in no time.
  • Making a web UI from Haskell/Servant
    1 project | /r/haskell | 29 Aug 2023
    I've tried with https://github.com/rjsf-team/react-jsonschema-form ,but the performance is poor when dealing with deep nested form with many inputs.
  • Can I build single-page apps with core, like react pages without refreshing the site?
    6 projects | /r/dotnet | 9 Jun 2023
    For example, I had a requirement for my team recently to be able to build dynamic form UIs, based off a JSON schema. There are heaps of javscript frameworks for this task e.g. react-jsonschema-form, but nothing in nuget or Blazor is going to help there. So you'd have to write all the logic yourself.
  • Why do React frameworks not have testing as a first class concern in their documentation?
    3 projects | /r/reactjs | 8 Jun 2023
    React-json-schema form has plenty of tests, using... it looks like react-dom/test-utils
  • Show HN: A Database Generator for EVM with CRUD and On-Chain Indexing
    3 projects | news.ycombinator.com | 31 May 2023
    https://github.com/rjsf-team/react-jsonschema-form

    YAML-LD (application/ld+yaml) round-trips to JSON-LD (application/ld+json) which round trips to RDF; so W3C Linked Data Signatures / W3C Verified Claims cryptographic signatures verify regardless of graph representation.

    YAML-LD > 3.1 JSON vs YAML comparison: https://json-ld.github.io/yaml-ld/spec/#json-vs-yaml

  • Server Sent UI Schema Driven UIs
    4 projects | /r/reactjs | 20 Dec 2022
    React Json Schema Form: https://github.com/rjsf-team/react-jsonschema-form
  • How to build forms using the schema-first approach in React
    1 project | /r/javascript | 9 Nov 2022
  • How I made my first successful open-source project
    7 projects | dev.to | 28 Oct 2022
    The most popular package it is being used in currently is react-jsonschema-form, which currently has 11,876 stars on GitHub
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic react-jsonschema-form repo stats
31
14,939
9.2
10 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?