react replay control
Under Dev
React control that uses websocket to receive data from go-peat ws service and sends go-peat commands to control replay
npm install --save react-peat
import React, { Component } from 'react'
import MyComponent from 'react-peat'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © [Michel McDonald](https://github.com/Michel McDonald)