TanStack / TanStack/form

[Docs] Form Authoring Recommendation Docs

Open
#1,533 1 comment 8 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: docs v1 v2
Dominant language
TypeScript
Stars
6.7k
Forks
682
Avg merge
5d 18h
Merged PRs (30d)
7

Description

This document should outline the two approaches enabled by Form:

  • Form first
  • Field first

Where field-first is more JSX template heavy and form-first is more standard schema focused.

We should provide an official recommendation for form-first.

However, those that prefer field-first APIs or need one-off behaviors can still use fields; it just centralizes more logic in your JSX

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Form authoring documentation and review the existing guidance for form-first and field-first usage. Document both approaches, explain that form-first is the recommended schema-focused option while field-first suits JSX-heavy or one-off behavior, and verify that the recommendation is clear to readers.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.