From 1eb84bbff80b7d2c5c4240e6507c1b78765b7bc3 Mon Sep 17 00:00:00 2001 From: Nayan Date: Tue, 10 Dec 2024 11:58:18 +0530 Subject: [PATCH] docs: added tanstack form in React Forms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e6a85f6..61fa9ccb 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ A collection of awesome things regarding the React ecosystem. - [react-jsonschema-form](https://github.com/mozilla-services/react-jsonschema-form) - A React component for building Web forms from JSON Schema - [formily](https://github.com/alibaba/formily) - Alibaba Group Unified Form Solution - [vest](https://github.com/ealush/vest) - Declarative validations framework +- [tanstack-form](https://github.com/tanstack/form) - Powerful and type-safe form state management for React. #### React Tables and Grids