isomorphic-performance
v6.0.0
Published
Isomorphic Performance API for Node, Browser & React Native
Maintainers
Readme
Isomorphic Performance
Isomorphic Performance API for Node, Browser & React Native. Useful if your app targets both web and native.
Installation
yarn add react-native-performance isomorphic-performanceUsage
import { performance, PerformanceObserver } from 'isomorphic-performance';
performance.mark('myMark');License
MIT © Joel Arvidsson 2021 – present
