react-rerender-test
v1.0.1
Published
A simple react component to test the component re-render
Downloads
5
Readme
react-rerender-test
A simple react component to test the component re-render
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