react-refetch-component
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

react-fetch

A fetch function as a child component

NPM JavaScript Style Guide

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-refetch-component

Weekly Downloads

1

Version

0.1.2

License

MIT

Unpacked Size

42.1 kB

Total Files

10

Last publish

Collaborators

  • iamclaytonray