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 install react-performance-monitorA 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.

``bash`
npm install react-performance-monitor
_TODO: Add a basic usage guide here. Provide examples._
`typescript
import { ReactPerformanceMonitor } from 'react-performance-monitor';
// Usage examples...
``
- Filtering: Easily distinguish between React-specific entries and others in performance measurements.
- TypeScript Support: Comes with built-in TypeScript definitions for better development experience.
We welcome contributions to improve this utility. Please ensure your pull requests are well-documented and include test coverage.
- Jamie Builds: For the initial concept and inspiration from react-performance-observer.
MIT