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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.25
    1
    • latest

Version History

Package Sidebar

Install

npm i stream-react-components

Weekly Downloads

1

Version

0.0.25

License

MIT

Unpacked Size

584 kB

Total Files

37

Last publish

Collaborators

  • tbarbugli
  • kenhoff