Currently routes are passed in via the options parameter in the init function, but in keeping with the spirt of having the entire application's state live in one object, it should be passed in via the initialUI parameter which should be renamed initialState since it's no longer just UI.