From fac78ebc6bc90e208f264d4d6a733c8857d6ce97 Mon Sep 17 00:00:00 2001 From: Philipp Rich Date: Tue, 6 Feb 2024 11:54:39 +0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27d0232..a03610f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Educational project to practice React form handling. - [react-hook-form](https://react-hook-form.com) - [storybook](https://storybook.js.org) (8.0 alpha to play with RSC) - npm-run-all (to run nextjs and storybook simultaneously) -- [Comparing Schema Validation Libraries: AJV, Joi, Yup, and Zod](https://www.bitovi.com/blog/comparing-schema-validation-libraries-ajv-joi-yup-and-zod) +- [Comparing Schema Validation Libraries: AJV, Joi, Yup, and Zod](https://www.bitovi.com/blog/comparing-schema-validation-libraries-ajv-joi-yup-and-zod) (not choosen yet) +- [framer-motion](https://www.framer.com/motion) ## Table Of Contents - [Project Task](docs/project-task.md)