learn-elm
                                
                                 learn-elm copied to clipboard
                                
                                    learn-elm copied to clipboard
                            
                            
                            
                        Forget CSS and enjoy creating UIs in pure Elm
https://korban.net/posts/elm/2019-11-17-elm-ui-introduction/ a superb intro to Elm UI by @alexkorban https://ellie-app.com/3TdcKSPxMv5a1
Seriously thinking of buying this book: https://korban.net/elm/book/

@SimonLab Qu'est-ce que tu penses ?

The most interesting aspect are the ones linked UI and css but it's also always good to refresh and read other explanation for topic we are already comfortable with.
Also money back guarantee if not happy.
Hi, I’m the author of Practical Elm. Could you please take down that download link? Please note that the book is for individual use, not for redistribution in any form.
If you’d like to make the book available to your whole organisation, please get in touch via korban.net.
Hi @alexkorban thanks for letting us know that the download link isn’t single use. 🙃 We didn’t mean to share it, rather it was for personal use as a “note to self” reminder to send the kindle version to myself. Thanks again for the great content! Keep up the superb work! 👍🏻
The book source code is Elm version 0.19.0. I have Elm 0.19.1 installed and get the following error:

Attempted to update the version of elm in elm.json to 0.19.1 ...
elm make src/Main.elm appears to work:
Starting downloads...
  ● elm/regex 1.0.0
  ● mdgriffith/elm-ui 1.1.0
  ● rtfeldman/elm-validate 4.0.1
  ● elm/random 1.0.0
  ● elm/json 1.1.2
  ● elm/bytes 1.0.3
  ● elm-explorations/test 1.2.0
  ● elm/file 1.0.1
Dependencies ready!
Success! Compiled 12 modules.
    Main ───> index.html
But attempting to open the resulting index.html file gives the following error:

Initialization Error
Error: Problem with the flags given to your Elm program on initialization.
Problem with the given value:
undefined
Expecting an OBJECT with a field named `sessionId`
Downgraded to Elm 0.19.0:
npm install -g [email protected]
Re-compiled:
elm make src/Main.elm
Starting downloads...
  ● mdgriffith/elm-ui 1.1.0
  ● elm/regex 1.0.0
  ● elm-explorations/test 1.2.0
  ● rtfeldman/elm-validate 4.0.1
Dependencies ready!
Success! Compiled 12 modules.
Attempt to open the resulting index.html file:

Fail. 😞
