obelisk
obelisk copied to clipboard
Support for JS code splitting (chunks)
It looks like code splitting is generally supported by GHCJS, see Multiple pages / incremental linking.
It would be nice to have various code splitting features as a part of the framework, some ideas can be borrowed e.g. from webpack. Features like dynamic code splitting would be great to have, though probably tricky to implement.