Skip to content

Namek/elm_components_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of component architecture in Elm

The main question answered here is how to build a component-based architecture with functional approach where the only allowed state is the global state. In this situation components have to rely indirectly on global update function and global Msg type. It's all about passing messages up and passing models down.

That's it?

If you're looking for a more complete examples take a look at these:

About

Example of component architecture in Elm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages