Packages

package entrypoint

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class EntrypointDef[Input](objectName: String)(implicit _codec: Codec[Input]) extends Product with Serializable
  2. final class EntrypointInvoker[Input] extends AnyRef
  3. final case class Js(asString: String) extends AnyVal with Product with Serializable

Value Members

  1. object EntrypointDef extends Serializable
  2. object EntrypointInvoker
  3. object Js extends Serializable
  4. 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.

Ungrouped