package feature
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
Value Members
- object Context
- 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
- object ReactFragment