react-refetch-component
v0.1.2
Published
A fetch function as a child component
Downloads
3
Readme
react-fetch
A fetch function as a child component
Install
npm install --save react-fetch
Usage
import * as React from 'react'
import MyComponent from 'react-fetch'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © iamclaytonray