Feb 24, 2017 · 1 min read
Code splitting is great, now the user won’t have to load hundred of modules that they might not used. But there’s a problem to this approach. How can I detect if the module is loaded? Because there will be a slight delay on the very first time upon code injection. Any clue Param?
