We're using Elm in a smallish piece of a production application and are evaluating whether we use it for the entire app.
One thing we find invaluable w/ JS frameworks like React or what have you, is that we can package our source separate from the React library. Doesn't matter too much on small projects, but we'll be iterating on a daily basis and I cringe at forcing our users (some of whom are on slower mobile connections) to re-download the entire package (100k+) daily instead of just the relevant domain specific code. Just wondering if there's a good approach for this in Elm? Is there a way to split framework code & app code, or are we stuck with adding 100k to our payload every time we iterate? -- 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.
