🌳
🌳
🌳
🌳
Walking though the Elm woods
Search…
🌳
🌳
🌳
🌳
Walking though the Elm woods
Introduction
Structure of the book
Frequently asked questions
How can different types share data?
How to break Dependency Cycles?
How to structure an Elm project?
How to turn a Msg into a Cmd Msg?
How to update nested Records?
What are comparable types?
Why are Booleans bad?
πŸ”œ
Future topics
Recipes
Writing a Single Page Application
Share state across pages
Debounced Validation
Reusable views
Making impossible states Impossible
Designing Elm package APIs
πŸ”œ
Future topics
Frameworks and packages
elm/parser
mdgriffith/elm-ui
πŸ”œ
Future topics
Powered By GitBook
Writing a Single Page Application
The best example for a SPA ist the RealWorld example app by Richard Feldman. Additionally, there is an Article about its as well as a video.
This chapter will not cover anything new, but rather try to break the SPA example down into byte sized topics.

Further reading

  • ❗Example: RealWorld example app​
  • πŸ“„Article: Tour of an Open-Source Elm SPA by Richard Feldman
  • πŸŽ₯Video: Exloring elm-spa-example by Richard Feldman
​
Frequently asked questions - Previous
Future topics
Next
Share state across pages
Last modified 2yr ago
Copy link