React components to create activity and notification feeds
npm install react-activity-feed> The official React components for Stream Activity Feed, a service for building activity and notification feed applications.



You can sign up for a Stream account at Get Started.
``bash`with npm
npm install --save react-activity-feedwith yarn
yarn add react-activity-feed
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:
`jsx
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 (
Please refer to i18n docs
BSD-3-Clause © Stream.io Inc.
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.