Skip to content

rolginroman/react-type-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-type-form

Type-safe React form library built on react-hook-form. Provides strongly-typed form hooks, a submission-aware Form component, and a FormFieldControl component that handles validation display, error rendering, and accessibility out of the box.

Packages

Package Description
react-type-form Type-safe React form library wrapping react-hook-form

Quick Start

# Install dependencies
pnpm install

# Run tests in watch mode
pnpm dev

# Build the library
pnpm start

# Run CI checks (build + format + test)
pnpm ci

Useful Commands

Command Description
pnpm nx build react-type-form Build the library
pnpm nx test react-type-form Run unit tests
pnpm format Format code with Prettier
pnpm check-format Check formatting
pnpm dev Run tests in watch mode
pnpm start Build in watch mode

Tech Stack

License

MIT

About

React Hook Form but typed as hell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors