This book has given you an introduction into building web applications with the Elm platform. Now you know the basics of Elm and have seen some of the most important libraries at work in code examples. As mentioned in the first chapter, there is much more to learn to make the Elm platform productive for bigger projects.
Multi-module applications
Handling state changes between modules
Encoding and decoding complicated JSON
Optimizing function parameters ...