React Forms Quiz

React Forms Quiz

Professional Development

9 Qs

quiz-placeholder

Similar activities

Microsoft Access

Microsoft Access

10th Grade - Professional Development

10 Qs

Level 5 - Certificates & PKI Quiz

Level 5 - Certificates & PKI Quiz

Professional Development

13 Qs

Trivia Quiz

Trivia Quiz

Professional Development

10 Qs

Access quiz by Simar Brahma :D

Access quiz by Simar Brahma :D

5th Grade - Professional Development

10 Qs

CS - Introduction to React Native

CS - Introduction to React Native

Professional Development

10 Qs

React JS kvíz

React JS kvíz

Professional Development

11 Qs

Digital Technology Office 365 - 29May2020

Digital Technology Office 365 - 29May2020

University - Professional Development

13 Qs

HCI

HCI

University - Professional Development

10 Qs

React Forms Quiz

React Forms Quiz

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Vũ Long

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary mechanism to collect user input in a form?

Adding validation logic on form level

Capturing user input

Enhancing UX by providing feedback to user

Displaying error message

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the problem with the default form in React?

Adding validation and UI feedback

Blank screen when submit

Handling form in React

Controlling a single input in React

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we control a single input in React?

Binding to input value

Adding more state to check and display error message

Handling form in React

Adding validation and UI feedback

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Formik used for in React?

Adding validation and UI feedback

Building forms without the tears

Handling form in React

Controlling a single input in React

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Formik take care of in managing forms?

Keeping track of values/error/visited fields

Controlling a single input in React

Handling form in React

Adding validation and UI feedback

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we add Address field in Formik?

Define shape for form values

Add address field

Update validation logic

Add Field and ErrorMessage with matching key

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What if a user has 2 or more addresses in Formik?

Use FieldArray instead of Field

Add address field

Define shape for form values

Update validation logic

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most popular open source form library for React and React Native?

Redux-form

Form Group

Formik

React Forms

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the requirements for a form?

Adding validation logic on form level

Displaying error message

Enhancing UX by providing feedback to user

Capturing user input