MCPcopy Index your code
hub / github.com/GetStream/react-activity-feed

github.com/GetStream/react-activity-feed @v1.4.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.4.0 ↗ · + Follow
4,223 symbols 19,362 edges 238 files 5 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Official React SDK for Stream Activity Feed

The official React components for Stream Activity Feed, a service for building activity and notification feed applications.

NPM CI Component Reference

You can sign up for a Stream account at Get Started.

Install

# with npm
npm install --save react-activity-feed
# with yarn
yarn add react-activity-feed

Usage

To find out how to use this library please look at:

  1. The example project
  2. The component reference docs
  3. This basic example if you just want to see some code:
import { StreamApp, StatusUpdateForm, FlatFeed } from 'react-activity-feed';
import 'react-activity-feed/dist/index.css';

// How to create user tokens: https://getstream.io/activity-feeds/docs/node/auth_and_permissions/?language=javascript#user-tokens

const App = () => {
  return (



      <StreamApp apiKey="<YOUR_API_KEY>" appId="<YOUR_APP_ID>" token="<TOKEN_FOR_THE_CURRENT_USER>">
        <StatusUpdateForm />
        <FlatFeed feedGroup="user" notify />
      </StreamApp>



  );
};

Internationalisation (i18n)

Please refer to i18n docs

License

BSD-3-Clause © Stream.io Inc.

We are hiring

We've recently closed a $38 million Series B funding round and we keep actively growing. Our APIs are used by more than a billion end-users, and you'll have a chance to make a huge impact on the product within a team of the strongest engineers all over the world.

Check out our current openings and apply via Stream's website.

Extension points exported contracts — how you extend this code

SupportedNimblePickerProps (Interface)
(no doc)
src/components/EmojiPicker.test.tsx

Core symbols most depended-on inside this repo

r
called by 2044
docs/app-9397f579363a09cd0a29.js
r
called by 2030
docs/app-8107aa72ce634c8e08d6.js
r
called by 2030
docs/app-602b7540288ce1319690.js
r
called by 2006
docs/app-c70348cd55b3cbba5a51.js
r
called by 2006
docs/app-2dc5c1363dd503a49421.js
r
called by 2006
docs/app-58265263fd0a575e2730.js
r
called by 2005
docs/app-c862e168855ec3a4186d.js
r
called by 2004
docs/app-73cc45169b6b556051bb.js

Shape

Function 4,198
Method 17
Class 6
Enum 1
Interface 1

Languages

TypeScript100%

Modules by API surface

docs/framework-8a0382f24301116011f9.js313 symbols
docs/52f69097f3fcafa8a849090151da600d450c45f5-b736f64021a03981fcfb.js196 symbols
docs/52f69097f3fcafa8a849090151da600d450c45f5-ab53e0c70918faff93e2.js196 symbols
docs/52f69097f3fcafa8a849090151da600d450c45f5-6fdcd0e906cb68a57829.js196 symbols
docs/52f69097f3fcafa8a849090151da600d450c45f5-6668d442dc03e8321a05.js196 symbols
docs/52f69097f3fcafa8a849090151da600d450c45f5-d3f694a4a99f993985a3.js195 symbols
docs/app-fd0cedf56fa7f854f0d4.js188 symbols
docs/app-c862e168855ec3a4186d.js188 symbols
docs/app-c70348cd55b3cbba5a51.js188 symbols
docs/app-b0899ca3d796dbb25690.js188 symbols
docs/app-73cc45169b6b556051bb.js188 symbols
docs/app-58bcd32d0d2ea18b1375.js188 symbols

For agents

$ claude mcp add react-activity-feed \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact