@anant1996/react-hoc

making hoc component

Usage no npm install needed!

<script type="module">
  import anant1996ReactHoc from 'https://cdn.skypack.dev/@anant1996/react-hoc';
</script>

README

react-hoc

making hoc component

NPM JavaScript Style Guide

Install

npm install --save react-hoc

Usage

import React, { Component } from 'react'

import MyComponent from 'react-hoc'
import 'react-hoc/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © anant1996