Skip to content

Add json-to-ts to React Forms section#1714

Open
west0nG wants to merge 1 commit into
enaqx:masterfrom
west0nG:add-json-to-ts
Open

Add json-to-ts to React Forms section#1714
west0nG wants to merge 1 commit into
enaqx:masterfrom
west0nG:add-json-to-ts

Conversation

@west0nG
Copy link
Copy Markdown

@west0nG west0nG commented May 10, 2026

Adds json-to-ts to the React Forms section, immediately after tanstack-form.

What it is

A free, hosted, in-browser converter that turns a pasted JSON sample (typically an API response) into a Zod or Valibot schema, ready to drop into react-hook-form via @hookform/resolvers/zod or /valibot.

Source: SolvoHQ/json-to-ts (MIT). Runs entirely client-side, no signup.

Why it fits this section

The section already includes react-jsonschema-form, which similarly bridges a data-shape definition into form behaviour. react-hook-form (the section's first entry) is the most common React form library, and Zod/Valibot are its two most popular validation resolvers — most React form work today starts with "I have an API response, what's the schema?". This tool removes that step.

Format

Followed the [name](url) - description convention used by the other entries in this section (one line, no period, sentence-case).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant