Constructor method for the store, this function is called when the store first is constructed.

fluxapp.registerStore('user', {
  init: function() {
    // store is being created
  }
});

👍

On to getInitialState()