Skip to content

WIP: Basic code splitting

succfemboi requested to merge succfemboi/pleroma-fe:split into develop

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

Merge request reports