1.0.2 • Published 8 months ago

react-performance-monitor v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

React Performance Monitor

A utility wrapper around the PerformanceObserver, designed to filter and monitor React-specific performance entries. This package builds upon concepts from Jamie Builds' react-performance-observer, and further enhances its functionality.

npm version

Installation

npm install react-performance-monitor

Usage

TODO: Add a basic usage guide here. Provide examples.

import { ReactPerformanceMonitor } from 'react-performance-monitor';

// Usage examples...

Features

  • Filtering: Easily distinguish between React-specific entries and others in performance measurements.
  • TypeScript Support: Comes with built-in TypeScript definitions for better development experience.

Contributing

We welcome contributions to improve this utility. Please ensure your pull requests are well-documented and include test coverage.

Credits

License

MIT

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago