Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
// class Component {
//   didMount() {
//     this.props.routerMatch('catalogId')
//   }
// }
// const graphFilter = graphStateToProps('filter')
// const graphCustom = graphStateToPropsWith({
//   work(props) {
//     const { sort, selectedFilters, categoryId } = props.router.entries()
//     return fetchCatalog(categoryId, sort, selectedFilters)
//   }
//   shouldWorkAgainIfChanged('categoryId')
// })
// export default wrapComponent([graphCustom, graphFilter], Component)
"use strict";