...

/

Overview

Overview

Learn about the content that will be covered in this chapter.

We'll cover the following...

Web applications use forms when it comes to collecting data from the user. Use cases vary from allowing users to log in, filling in payment information, booking a flight, or even performing a search. Form data can later be persisted on local storage or sent to a server using a backend API. A form usually has the following characteristics that enhance the user experience of a web application:

  • Can define different kinds of input fields. ...