Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cliberal/react-print-modern
https://github.com/cliberal/react-print-modern
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cliberal/react-print-modern
- Owner: cliberal
- License: mit
- Created: 2018-08-14T15:21:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T15:16:55.000Z (about 6 years ago)
- Last Synced: 2024-09-24T02:38:39.005Z (about 2 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 (
Welcome to React
To get started, editsrc/App.js
and save to reload.
print something
);
}
}
```## TODO
- [ ] how to handle async render components?