CharacterCreator
CharacterCreator copied to clipboard
Dynamically import pages and library code
Currently everything is loaded at the beginning, and vite is not allowed to do its magic.
Only the code required to reach first paint should be statically imported in the entry point. All other code should have a dynamic import sitting somewhere between it and the entry point.