@burst/react-performance-mark
v0.1.6
Published
React Performance Mark
Downloads
63
Keywords
Readme
@burst/react-performance-mark
The React Performance Mark is an element that will be used by an external tool to check up on load times per mark.
Usage
import PerformanceMark from "@burst/react-performance-mark";
render(
<Head>
<PerformanceMark name="styles-start" />
</Head>
);