sync: full redux retrofit done

This commit is contained in:
41666 2017-12-11 18:06:25 -06:00
parent cfc623b228
commit f5220aa6dc
14 changed files with 206 additions and 122 deletions

View file

@ -7,6 +7,10 @@ export const fetchServers = async dispatch => {
type: Symbol.for('update servers'),
data: rsp.body
})
dispatch({
type: Symbol.for('app ready')
})
}
export const userInit = async dispatch => {