Send initial state in a <script type="application/json"> tag (#1806)
This commit is contained in:
parent
9240ca6cef
commit
ef879a8839
9 changed files with 25 additions and 17 deletions
|
@ -2,6 +2,7 @@ import { STORE_HYDRATE } from '../actions/store';
|
|||
import Immutable from 'immutable';
|
||||
|
||||
const initialState = Immutable.Map({
|
||||
streaming_api_base_url: null,
|
||||
access_token: null,
|
||||
me: null
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue