Skip to content

GypsyDangerous/react-socketio-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

06ce170 · Oct 26, 2020

History

8 Commits
Sep 25, 2020
Oct 26, 2020
Sep 25, 2020
Sep 25, 2020
Sep 25, 2020
Sep 25, 2020
Sep 25, 2020
Oct 26, 2020
Sep 25, 2020
Sep 25, 2020
Sep 25, 2020

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