scudd

0.0.1 • Public • Published

scudd

A very small lib for quick React PureComponent logging.

Usage

During debug replace:

class MyComponent extends React.PureComponent {
  render() { ... }
}

by

import ScuddComponent from 'scudd'
class MyComponent extends ScuddComponent {
  render() { ... }
}

and get a nice table of render triggers in your console.

Readme

Keywords

none

Package Sidebar

Install

npm i scudd

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

5.64 kB

Total Files

5

Last publish

Collaborators

  • paradoxxxzero