Vulcan/packages/nova-base-containers/lib/containers
2016-11-17 14:12:13 +01:00
..
AppContainer.jsx withApp hoc ; fix PostsItem (VoteContainer -> Vote) 2016-11-11 11:23:39 +01:00
CategoriesListContainer.jsx withCategoriesList HOC with the new syntax 2016-11-11 10:35:29 +01:00
CommentsListContainer.jsx refactoring PostsListContainer and CommentsListContainer into HoCs 2016-11-11 16:42:19 +09:00
PostsListContainer.jsx refactoring PostsListContainer and CommentsListContainer into HoCs 2016-11-11 16:42:19 +09:00
PostsSingleContainer.jsx refactoring PostsListContainer and CommentsListContainer into HoCs 2016-11-11 16:42:19 +09:00
UsersSingleContainer.jsx withVoteMutation 2016-11-11 18:29:49 +09:00
VoteContainer.jsx withVoteMutation 2016-11-11 18:29:49 +09:00
withApp.js use Collection.fragments in queries/mutations 2016-11-14 20:27:23 +01:00
withCategoriesList.js add query collectionListTotal (= list total count) on every collection by default, query list from the ui : getCollectionList(..) { collectionListTotal(..) collection(..) } ; withRemove "automation" based on these queries 2016-11-13 13:43:36 +01:00
withCommentsList.js use Collection.fragments in queries/mutations 2016-11-14 20:27:23 +01:00
withPostsList.js use Collection.fragments in queries/mutations 2016-11-14 20:27:23 +01:00
withPostsSingle.js use Collection.fragments in queries/mutations 2016-11-14 20:27:23 +01:00
withUsersSingle.js use Collection.fragments in queries/mutations 2016-11-14 20:27:23 +01:00