illustration for Form Validation in Elm
pro

Form Validation in Elm

Instructor

Enrico Buonanno

1h 36m closed-captioning
·
18 lessons
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.6
41
people completed
Published 7 years ago
|
Updated a year ago

Validating forms can be quite a challenge. You not only need to write the logic for validation, but also keep track of the user's interaction with the form, to ensure a smooth user experience. If you've decided that the browsers' constraint validation is not for you, then this course teaches you how to perform validation using pure Elm code. In the process, we will touch upon several Functional Programming techniques that come in handy

As a starting point, we take the simple contact form built in my course on the Elm Architecture. This course assumes you are familiar with the basics of the Elm Architecture and the Elm type system.