WIP: Basic code splitting
One problem with pleroma is that the fe is loaded as a huge chunk, making a blank screen appear for a few seconds until it's loaded.
One way to mitigate this is by chunking all components and serve one the ones which are currently needed.
But I'm unable to test it from here and I'm still unfamiliar with the Javascript ecosystem and stuff