Build chat applications with PubNub Chat SDK
Does it follow best practices?
Evaluation — 100%
↑ 1.14xAgent success when using this tile
Validation for skill structure
You are building a React chat room component using the PubNub Chat SDK. The component receives a channel object (already created via the Chat SDK) and the chat instance as props. The chat room should feel responsive and interactive, showing who else is actively composing messages.
Write a React functional component (ChatRoom.jsx) that:
ChatRoom.jsx file containing a complete React functional component with real-time messaging and active composition display.