Skip to content

GypsyDangerous/react-socketio-hooks

Repository files navigation

react-socketio-hooks

react hooks for working with socketIO webSockets

NPM JavaScript Style Guide

Install

npm install --save react-socketio-hooks

Usage

import * as React from 'react'

import { useMyHook } from 'react-socketio-hooks'

const Example = () => {
  const example = useMyHook()
  return (
    <div>
      {example}
    </div>
  )
}

License

MIT © GypsyDangerous


This hook is created using create-react-hook.

About

react hooks for working with socketIO webSockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published