This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
description: Cursor Rules for React Tanstack Form | |
globs: ["*.tsx", "*.jsx"] | |
alwaysApply: false | |
--- | |
## Description | |
This ruleset provides comprehensive guidelines and best practices for using the `@tanstack/react-form` library within React projects. It covers initialization, field management, validation (including custom errors and schema usage), state handling, reactivity, submission, array fields, linked fields, listeners, form composition, UI library integration, SSR/meta-framework usage (Next.js, Remix, TanStack Start), React Native, and common debugging patterns, leveraging Cursor's capabilities to enhance developer experience and code quality. |