0.1.2 • Published 5 years ago

react-render-time v0.1.2

Weekly downloads
14
License
-
Repository
-
Last release
5 years ago

react-render-time

React hook to check how much does it take to render
Image

Demo

Edit rw0y7j0z9n

Installation

yarn add react-render-time

Usage

import React from "react"
import useRenderTime from "react-render-time"

const App = () => {
  useRenderTime("App")

  return (
    <div>
      <h1>Hello there</h1>
    </div>
  )
}
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago