Building Web Apps with Elm (course)
By the marvelous Mike and Nicole
Links:
Chapter Notes:
- Chapter 1. Introduction
- Chapter 2. Hello, Elm!
- Chapter 3. Compiling and Running
- Chapter 4. Calling Functions
- Chapter 5. Defining Functions
- Chapter 6. Rendering HTML
- Chapter 7. Not Your Father's Type System
- Chapter 8. Currying for the Curious
- Chapter 9. Modeling Application State with Records
- Chapter 10. Type Aliases
- Chapter 11. Mapping Over HTML Lists
- Chapter 12. Updating the Model via Messages
- Chapter 13. The Elm Architecture At Work
- Chapter 14. Summing Points
- Chapter 15. Intro to Effects and Commands
- Chapter 16. Fetching Data from an API
- Chapter 17. Decoding JSON
- Chapter 18. Failures, Maybe?
- Chapter 19. Posting JSON to an API
- Chapter 20. Reacting to Input Fields
- Chapter 21. Organizing Code
- Chapter 22. Designing Around Concepts