@mycv/mycv-socket-cluster
v1.0.3
Published
Promise based HTTP client for the browser
Downloads
4
Readme
@mycv/mycv-socket-cluster
Promise based HTTP client for the browser
Install
npm install --save @mycv/mycv-socket-cluster
Usage
import React, { Component } from 'react'
import MyComponent from '@mycv/mycv-socket-cluster'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © sondn