npm install @stream-io/feeds-react-sdk
# or using yarn
yarn add @stream-io/feeds-react-sdkInstallation
GitHub repository: https://github.com/GetStream/stream-feeds-js. Feel free to submit bug reports and feature requests.
The package can be used with both JavaScript and TypeScript.
import { FeedsClient } from "@stream-io/feeds-react-sdk";
const client = new FeedsClient("<API key>");
await client.connectUser({ id: "john" }, "<user token>");Supported React versions: 17 || 18 || 19