NoSsr

io.github.nafg.scalajs.facades.mui.NoSsr$
object NoSsr extends Simple

View original docs online: https://v4.mui.com/api/no-ssr/

NoSsr purposely removes components from the subject of Server Side Rendering (SSR).

This component can be useful in a variety of situations:

  • Escape hatch for broken dependencies not supporting SSR.
  • Improve the time-to-first paint on the client by only rendering above the fold.
  • Reduce the rendering time on the server.
  • Under too heavy server load, you can turn on service degradation.

Attributes

Graph
Supertypes
trait Simple
trait NodeChildren
trait FacadeModule
trait FacadeModuleBase
class Object
trait Matchable
class Any
Self type
NoSsr.type

Members list

Concise view

Type members

Classlikes

class Props extends WithChildren[VdomNode]

Attributes

Graph
Supertypes
trait WithChildren[VdomNode]
trait PropTypes
class Object
trait Matchable
class Any
object raw extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
raw.type

Inherited classlikes

class ApplyChildren(settings: Setting*)

Attributes

Inherited from:
NodeChildren
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Inherited from:
NodeChildren
Graph
Supertypes
class Object
trait Matchable
class Any

Inherited types

type Setting = () => Props

Attributes

Inherited from:
FacadeModule

Value members

Concrete methods

def asElementType: ElementType
override def mkProps: Props

Attributes

Definition Classes
FacadeModule

Inherited methods

def apply(settings: Setting*): ApplyChildren

Attributes

Inherited from:
Simple
def childrenToNode(children: Seq[VdomNode]): VdomNode

Attributes

Inherited from:
NodeChildren
def factory: Factory[Props]

Attributes

Inherited from:
FacadeModule

Inherited fields

lazy val facade: Facade

Attributes

Inherited from:
FacadeModuleBase