Packages

package feature

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Context[A] extends AnyRef

    React Context.

    React Context.

    See https://reactjs.org/docs/context.html

    Since

    1.3.0 / React 16.3.0

Value Members

  1. object Context
  2. object Profiler

    The Profiler measures how often a React application renders and what the "cost" of rendering is.

    The Profiler measures how often a React application renders and what the "cost" of rendering is. Its purpose is to help identify parts of an application that are slow and may benefit from optimizations such as memoization.

    See https://reactjs.org/docs/profiler.html

    Since

    React 16.9.0 / scalajs-react 1.7.0

  3. object ReactFragment

Ungrouped