kobweb
kobweb copied to clipboard
Figure out how to break javascript up into several libraries
If a user creates a very very very large site, is there a way we can structure a project, maybe into multiple modules, to avoid having one gigantic js file?
This is inspired by next.js, which does some sort of smart breaking up of logic.