Skip to content

Commit

Permalink
docs: announce the RC phase in overview docs (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn authored Jul 6, 2024
1 parent 9069729 commit bfad0b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Overview

TanStack Form is the ultimate solution for handling forms in web applications, providing a powerful and flexible approach to form management. Designed with first-class TypeScript support, headless UI components, and a framework-agnostic design, it streamlines form handling and ensures a seamless experience across various front-end frameworks.

> **TanStack Form is in release candidate mode, meaning that there should be extremely few or no breaking changes prior to a 1.x release.**
>
> To learn more and see [our roadmap to v1, please check our GitHub](https://github.com/TanStack/form/issues/813).
## Motivation

Most web frameworks do not offer a comprehensive solution for form handling, leaving developers to create their own custom implementations or rely on less-capable libraries. This often results in a lack of consistency, poor performance, and increased development time. TanStack Form aims to address these challenges by providing an all-in-one solution for managing forms that is both powerful and easy to use.
Expand Down

0 comments on commit bfad0b6

Please sign in to comment.