Render UserList with react-virtualized

This commit is contained in:
Ken-Håvard Lieng 2016-02-06 01:54:21 +01:00
parent 7108fa572c
commit 23e75b8f40
7 changed files with 76 additions and 54 deletions

View file

@ -8,6 +8,8 @@ import Socket from './util/Socket';
import handleSocket from './socket';
import Root from './containers/Root';
import 'react-virtualized/styles.css';
const host = __DEV__ ? `${window.location.hostname}:1337` : window.location.host;
const socket = new Socket(host);