0.0.1 • Published 4 years ago
react-loggy v0.0.1
react-loggy
See logs everywhere, even in production!
Install
npm install --save react-loggyor if you are using yarn :
yarn add react-loggyUsage
import React, { Component } from 'react'
import ReactLoggy from 'react-loggy'
class Example extends Component {
render() {
return (
<>
<ReactLoggy />
<SomeComponentGeneratingLogs />
</>
)
}
}Support
If you like this package please consider giving it a star.
Contribution
clone the project and run yarn install then run yarn start to run the main project.
then cd example and run yarn start to start the development example in order to test the component.
any PRs are welcome!
License
MIT © Farzin-Firoozi
0.0.1
4 years ago