UNPKG

react-performance-testing

Version:

You can test React(ReactNative) runtime performance by using this lib. If you want to check the number of renders, or render time in a test environment, this lib makes sense.

9 lines 410 B
import './autoCleanup'; export * from './perf'; export * from './wait'; export * from '../types'; export { getPatchedComponent as __getPatchedComponent } from './getPatchedComponent'; export { getDisplayName as __getDisplayName } from './getDisplayName'; export { store as __store } from './store'; export { shouldTrack as __shouldTrack } from './utils/shouldTrack'; //# sourceMappingURL=index.d.ts.map