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.

25 lines (24 loc) 417 B
{ "compilerOptions": { "target": "ES2019", "module": "ESNext", "lib": [ "DOM", "ESNext" ], "jsx": "react-jsx", "declaration": true, "outDir": "./dist", "strict": true, "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "types": [ "node" ] }, "include": [ "src" ] }