package entrypoint
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class EntrypointDef[Input](objectName: String)(implicit _codec: Codec[Input]) extends Product with Serializable
- final class EntrypointInvoker[Input] extends AnyRef
- final case class Js(asString: String) extends AnyVal with Product with Serializable
Value Members
- object EntrypointDef extends Serializable
- object EntrypointInvoker
- object Js extends Serializable
- 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.