This is a private-maintained fork of the original react-form, based on version 3.5.7.
The original package version is no longer maintained, but is still useful for our projects. This fork allows us to apply internal fixes, maintain compatibility, and ensure stability in our applications.
- The official
react-formpackage is end-of-life and no longer maintained on npm. - Our project depends on
react-formfor form handling. - We maintain this fork to:
- Support our internal requirements.
Install directly from GitHub:
npm install https://github.com/impressai/react-form-fork.git
π‘ No import changes required β keep using:
import { Form, Text, TextArea } from "react-form";
This fork is pinned to react-form@3.5.7 as the baseline.
Bug fixes, security patches, or compatibility updates may be added as required.
Original package metadata (name: "react-form") is retained to ensure compatibility.
This project is a fork of react-form, originally created and maintained by Tanner Linsley and contributors under the MIT License.