The right structure to build MPAs

Another small dummy app with multiple pages https://github.com/tgelu/elm-spa-example
I tried to both allow each page to have its own model/update/view/subscriptions but also that any page can use/edit a “global” model which I called Session – inspiration from Richard’s elm-spa-example

1 Like