This is a very educational discussion! Thank you for sharing links and examples.
As perhaps a minor point, I believe the elm-sortable-table does NOT belong in the list of "encapsulated state", "components", "triplets". It does have a State type defined. But a notable difference with various other examples is that sortable-table does NOT have its own Msg or update function. I've always seen the sortable-table as an example of how customizable and feature-rich you can get, *without *encapsulating an inaccessible local state. React + flux lingo would be a *pure *component. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
