Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cliberal/react-print-modern


https://github.com/cliberal/react-print-modern

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-print-modern
> react version >= 16.0.0

## Install

```
npm install react-print-modern
```

## Usage

```js
// file needs print
class App extends Component {
render() {
return (



logo

Welcome to React




To get started, edit src/App.js and save to reload.



print something




);
}
}
```

## TODO
- [ ] how to handle async render components?