On Thu, Sep 22, 2016 at 10:44 AM, Lars Jacobsson <lars.jacobsso...@gmail.com
> wrote:

> I also believe we should not have multiple "pages" in the same elm app. If
> you have two "views" (like eg. "itemlist" and "itemdetail") - thats two
> separate elm apps!
>

This depends on the approach and where you draw the borders of the Elm app.

If you implement components in Elm (like it was detailed for React) and
integrate them using some other framework, than yes, the concept of "pages"
does not come into discussion.

If you implement the Router in Elm (the implementation starts with Elm),
then Pages are a reasonable abstraction.




-- 
There is NO FATE, we are the creators.
blog: http://damoc.ro/

-- 
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 elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to