forumStore.findAll({
      page: this.state.page
    }).then((forums) => {
      let nextState = {
        loading: false,