Rehydrate is the counterpart to dehydrate it allows us to reinitialized the state to the point it was on the server side render in an isomorphic application.
var context = fluxapp.createContext();
context.rehydrate(window.serverState);
On to Stores