UNPKG

socket.io-react-hooks-advanced

Version:

A modular and extensible React + Socket.IO hook library designed for real-world applications. Supports namespaced sockets, reconnection strategies, offline queues, latency monitoring, middleware, encryption, and more.

2 lines (1 loc) 92 B
export declare const useSocket: () => import("../context/SocketContext").SocketContextType;