Skip to content

Commit 6b95227

Browse files
committed
readme update
1 parent 48f8ff4 commit 6b95227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Powerful and flexible forms for React 🎉
2222

2323
## Demo
2424
- [Stupid Form](https://atellmer.github.io/react-cool-forms/examples/stupid-form/)
25+
- [3K inputs Form](https://atellmer.github.io/react-cool-forms/examples/table-form/)
2526

2627
## Motivation
2728
I have been looking for a form validation library for React in the npm repository for a long time, but all of them did not suit me for one reason or another. First of all, I lacked the flexibility of the API of these libraries. Most of them are based on the use of simple HTML inputs and the like. But writing complex forms is not limited to HTML inputs or checkboxes or something else. Having a lot of experience with forms at my former company, I decided to write this library. The main message: any arbitrarily complex component that implements the value / onChange interface can be a full member of the form and pass the required validation. I also combined the classic Observer pattern along with the React Context and React memoization to get the best input performance without debounce technique (tested 3000 inputs in one form).

0 commit comments

Comments
 (0)