Is it performance expensive if each view function gets a whole state as an argument? So instead of passing only a portion of a data that view function needs for rendering, each function gets whole state and inside that function another function is called first that transforms data in a format needed to generate view.
-- 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.
