标签: reactjs redux graphql apollo
App组件具有许多功能。
有什么方法可以使它看起来更好吗?
withstyle(styles)(withRouter(withApollo(connect(App))));
答案 0 :(得分:0)
compose:
compose( withstyle(styles), withRouter, withApollo, connect )(App);