react print component
npm install react-print-modern```
npm install react-print-modern
`js``
// file needs print
class App extends Component {
render() {
return (
Welcome to React
To get started, edit src/App.js and save to reload.
print something
);
}
}