amir0ff / reactjs-use-form

πŸ“‹ Reactive form management and input field validation hook

Home Page:https://www.npmjs.com/package/reactjs-use-form

Repository from Github https://github.comamir0ff/reactjs-use-formRepository from Github https://github.comamir0ff/reactjs-use-form

build and tests Ask DeepWiki code style: prettier GitHub code size in bytes npm minified bundle size npm gzipped bundle size typescript

This is a monorepo managed using pnpm workspaces

root
  |  package.json
  |  pnpm-workspace.yaml
packages
  |
  β”œβ”€ main/
  |    package.json
  └─ examples/
       package.json

Development

Prerequisites

  • Node.js 18+
  • pnpm 9+ (recommended)

Setup

# Clone the repository
git clone https://github.com/amir0ff/reactjs-use-form.git
cd reactjs-use-form

# Install dependencies
pnpm install

# Build library in watch mode
pnpm dev

# Run tests
pnpm test

# Start the example app
pnpm dev:example

About

πŸ“‹ Reactive form management and input field validation hook

https://www.npmjs.com/package/reactjs-use-form

License:MIT License


Languages

Language:TypeScript 91.0%Language:CSS 4.9%Language:JavaScript 2.9%Language:HTML 1.2%