Render UserList with react-virtualized
This commit is contained in:
parent
7108fa572c
commit
23e75b8f40
7 changed files with 76 additions and 54 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue