0.0.25 • Published 6 years ago

stream-react-components v0.0.25

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.16

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.1

6 years ago