Skip to content

React hook to check how much doest it take to render component

Notifications You must be signed in to change notification settings

Kelin2025/react-render-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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>
  )
}

About

React hook to check how much doest it take to render component

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published