alepha@docs:~/docs/framework/packages/alepha/react$
cat websocket.md | pretty
1 min read
Last commit:

#Alepha - React Websocket

#Installation

Part of the alepha package. Import from alepha/react/websocket.

npm install alepha

#Overview

React hooks for real-time WebSocket communication — useRoom connects a component to a $channel, exposing typed send and the live message stream, and no-ops during SSR.

#API Reference

#React Hooks

  • useRoom — React hook for WebSocket room communication