Data as of Jul 25, 2026 · Based on 2,718,867 AI responses across 9,511 prompts · See how Parse measures this
The package provides a React hook (@magicul/react-chat-stream) that lets you feed a backend's text/event-stream into a chat UI, displaying messages word-by-word like ChatGPT. It exposes a messages array (with id, role, and content) plus input handling and submit/loading controls so you can render a live, streaming chat in React. Configure the endpoint (URL, method, headers, body key for the prompt) and optional fakeCharactersPerSecond to control typing speed; your backend must stream responses as text/event-stream.
Parse Score