Skip to content

sdenier/elm-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Elm 101: Introductory Course for Elm 0.18

Les essentiels (orienté Elm Architecture)

  • basic types and functions
  • Records (et type alias)
  • union types (et constructeurs)
  • pattern matching / dispatch
  • fonction curryfiée (et types)

(sample : interpreter)

Basics :

Thorough guides/tutorials:

Langage et outils

Elm REPL, Reactor

elm-format https://github.com/avh4/elm-format

elm-live https://github.com/tomekwi/elm-live

Elm destructuring https://gist.github.com/yang-wei/4f563fbf81ff843e8b1e

elm-test https://medium.com/@_rchaves_/testing-in-elm-93ad05ee1832

elm-check https://package.elm-lang.org/packages/NoRedInk/elm-check/2.0.0

Elm Architecture Basics

https://guide.elm-lang.org

  • program, state/models
  • view
  • update : state, message, commande pour effet de bord
  • forms, commands, Maybe

Elm Architecture: HTTP Requests

Elm Architecture: Navigation and Routing

Elm Architecture: Modules et Composition

Elm for Web Design

elm-css https://github.com/rtfeldman/elm-css

elm-mdl https://debois.github.io/elm-mdl/

Elm extras

List.extra https://package.elm-lang.org/packages/ohanhi/elm-web-data/latest import List.extra as List

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published