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 /> }