japgolly.webapputil.entrypoint
package japgolly.webapputil.entrypoint
Type members
Classlikes
object LoadJs
Allows for loading resources after the page has been rendered, uses loadjs (https://github.com/muicss/loadjs).
Allows for loading resources after the page has been rendered, uses loadjs (https://github.com/muicss/loadjs).
This allows resource-heavy pages to load quickly and render "Loading" to the user, before loading and parsing all the resources and initialising the SPA.
Usage: Create a LoadJs.Bundle and pass it to EntrypointInvoker.