This repo is intended to show off learning of Form Management Library. We will learn Formik, React Hook Form and Yup for building a form in convenience way.
This repo contains only three branches: master
, finish-formik
, and finish-react-hook-form
.
master
branch hold a initial files. Not a literally "initial files" tho. But:
- Installed react-native-elements and react-native-vector-icons to help me build a nice UI,
- Created Login Page and Register Page,
- Add local state, validation function, and submit handler,
- All of them worked successfully.
finish-formik
branch hold the final version of the Formik Learning Lesson. I implemented Formik and Yup to Login and Register Page.
finish-react-hook-form
branch hold the final version of the React Hook Form Learning Lesson. I implemented React Hook Form and Yup to Login and Register Page.
I tried to document my step building this project as clean as possible. You can follow my steps by looking at the commit history. Just open commit history page to see that based on the branch.
You can read my written-tutorial on Medium (Formik). But, if you are visual people, you can follow my video-tutorial on Youtube (Formik)
Keep Coding!