8. Introduction to Formik
Overview
This chapter will introduce you to a new technique of writing form components in React, known as Formik
. Formik
will enable you to handle changes in forms, perform validation, handle error cases, and submit forms efficiently. By the end of this chapter, you will be equipped with the fundamental tools and techniques required to get started building forms with Formik
, which is a scalable, performant form library in React.