Skip to content

Instantly share code, notes, and snippets.

import React, { Component } from 'react';
import perf from 'react-addons-perf';
class Performance extends Component {
onStart() {
perf.start();
}
onStop() {
perf.stop();