Agree. There's still one thing that is not yet fully clear to me. The initial load in the main file is async and once the config is loaded you provide the config over a token and go sync from thereon. That’s cool.
But you still need to delay the bootstrap of the application until the config is loaded in the main file. So what if this would take long? Then the bootstrap of your application is delayed, isn’t it?