Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Challenge: Add Initial Values | Formik
Expert React
course content

Conteúdo do Curso

Expert React

Expert React

1. React Key Concepts
2. React Router
3. Redux Toolkit
4. Formik
5. Jest
6. Next Steps

bookChallenge: Add Initial Values

Task

Initialize values for the input fields. Each input field should be assigned an initial value based on the value of the name prop. Follow the steps below:

Follow the steps:

  • Initialize the firstName field with an empty string.
  • Initialize the lastName field with an empty string.
  • Initialize the mail field with an empty string.

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 4. Capítulo 11
some-alt