1.0.4 • Published 8 years ago

react-empty-component-es6 v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

react-empty-component-es6

An es6 react component that returns nothing, not even and doesn't get update at all.

How to Use

Import it using the es6 syntax

import EmptyComponent from 'react-empty-component-es6';
// ...
render: function() {
    return <EmptyComponent />
}