Isomorphic Performance API for Node, Browser & React Native
npm install isomorphic-performanceIsomorphic Performance API for Node, Browser & React Native. Useful if your app targets both web and native.
``bash`
yarn add react-native-performance isomorphic-performance
`js
import { performance, PerformanceObserver } from 'isomorphic-performance';
performance.mark('myMark');
``
MIT © Joel Arvidsson 2021 – present