Modern Markup Languages and Their Application

Seminar

In this seminar, we will take a look at the forms again, but this time in React.js.


- revisit native HTML form elements like `form`, `input`, `select` or `textarea`

- quick look at `input` types

- react-hook-form library (https://react-hook-form.com)

- quick note on validation

- yup library (https://github.com/jquense/yup)


- small demo on forms created with react-hook-form