stream-react-components

0.0.25 • Public • Published

Stream React Components

Docs and tutorials are located at https://stream.gitbook.io/stream-react-components/

Stream React Components provide a couple of features out of the box:

import React from 'react';
import ReactDOM from 'react-dom';
import StreamReactComponents from 'stream-react-components';
 
let {Feed} = StreamReactComponents(yourStreamAppKey, yourStreamAppID);
 
ReactDOM.render(
    <Feed feedToken={someFeedTokenYouGotAsynchronously} feedSlug={"profile"} feedID={1234}/>,
    document.getElementById('app')
);

To get started, check out the step-by-step tutorial located at https://stream.gitbook.io/stream-react-components/step-by-step-setup.

/stream-react-components/

    Package Sidebar

    Install

    npm i stream-react-components

    Weekly Downloads

    3

    Version

    0.0.25

    License

    MIT

    Unpacked Size

    584 kB

    Total Files

    37

    Last publish

    Collaborators

    • tbarbugli
    • kenhoff