Elm bundle code splitting examples

This is an example page accompanying this introductory blog post .
All programs were first compiled into one JS bundle and then each program was extracted into one ESM file and common code was placed in a shared bundle with split-elm-bundle.

Code splitting does not make sense on this overview page, but I can test that the programs don't interfere

Copyright of these examples belongs to Evan Czaplicki . I only made minor changes, sources are available on github .