eggheadio / egghead-design

Illustrations and design elements for egghead.io
http://egghead.io
25 stars 4 forks source link

Form Validation in Elm #87

Closed zacjones93 closed 6 years ago

zacjones93 commented 6 years ago

https://egghead.io/courses/form-validation-in-elm

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.

MaggieAppleton commented 6 years ago

https://www.dropbox.com/sh/hpmr6rqulbpg0mu/AAA5M-OnW2HkzqmjEOmVTu7Ja?dl=0