Skip to content

Instantly share code, notes, and snippets.

@isaidspaghetti
Created July 17, 2020 21:51
Show Gist options
  • Save isaidspaghetti/9703671b99be4cd53021ad2a1a63eb28 to your computer and use it in GitHub Desktop.
Save isaidspaghetti/9703671b99be4cd53021ad2a1a63eb28 to your computer and use it in GitHub Desktop.
React Stream imports
//frontend/App.js
import { Chat, Channel, ChannelHeader, MessageInput, MessageList, Thread, Window, } from 'stream-chat-react';
import { StreamChat } from 'stream-chat';
import 'stream-chat-react/dist/css/index.css'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment