Skip to content

stevenmiller888/deku-performance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deku-performance

NPM version license

A performance monitoring component built with Deku that uses accurate end-to-end latency data via the Navigation Timing API.

Installation

$ npm install deku-performance

Usage

It is recommended to conditionally render this component based on an environment variable (e.g. window.env):

import Performance from 'stevenmiller888/deku-performance';

{
  window.env === 'development'
    ? <Performance corner="bottomRight"/>
    : null
}

Resources

W3

License

MIT

About

Performance monitoring component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published