Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 278 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 278 Bytes

React Component Renderless

Simple class components that don't render anything.

Install

npm install --save react-component-renderless

Usage

import {Component, PureComponent} from 'react-component-renderless';

License

MIT © Fabio Spampinato