react-is-class

1.1.0 • Public • Published

react-is-class

A function to check whether a component is a class or a functional component. It can be useful to "squash" a component wrapped with a higher-order component and save a react component instance.

import isClassComponent, { isPureClassComponent } from 'react-is-class';

Taken from recompose from Andrew Clark.

Readme

Keywords

none

Package Sidebar

Install

npm i react-is-class

Weekly Downloads

334

Version

1.1.0

License

MIT

Last publish

Collaborators

  • troch