3.0.0 • Published 3 years ago

isomorphic-performance v3.0.0

Weekly downloads
46
License
MIT
Repository
github
Last release
3 years ago

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-performance

Usage

import { performance, PerformanceObserver } from 'isomorphic-performance';

performance.mark('myMark');

License

MIT © Joel Arvidsson 2021 – present