Skip to content

NaveenDA/react-rerender-test

Repository files navigation

react-rerender-test

A simple react component to test the component re-render

NPM JavaScript Style Guide

Before start using this package, please read this article to find this thing useful to you or not.

https://medium.com/@naveenda/simplest-way-to-find-react-component-re-rendering-b9c186c8694f

Demo: https://st8rc.csb.app/

Install

npm install --save react-rerender-test

Usage

import React, { Component } from 'react'

import  RerenderTest  from 'react-rerender-test'


class Example extends Component {
  render() {
    return <RerenderTest />
  }
}

License

MIT © NaveenDA

About

A simple react component help to test the component re-render or not

Resources

Stars

Watchers

Forks

Packages

No packages published