@casper124578/use-socket.io
TypeScript icon, indicating that this package has built-in type declarations

5.0.1 • Public • Published

use-socket.io

Simple package to use Socket.io with React hooks.

Installation

# npm
npm install @casper124578/use-socket.io

# Yarn
yarn add @casper124578/use-socket.io

# pnpm
pnpm install @casper124578/use-socket.io

Usage

// src/App.tsx
import { SocketProvider } from "@casper124578/use-socket.io";

export default function App() {
  return (
    <SocketProvider uri="http://localhost:3030" options={{ /** ... */ }}>
      <App />
    </SocketProvider>
  );
}

Documentation

You can view documentation here

Install

npm i @casper124578/use-socket.io

DownloadsWeekly Downloads

153

Version

5.0.1

License

MIT

Unpacked Size

6.35 kB

Total Files

5

Last publish

Collaborators

  • casper124578