Recompose branch to render on top of wrapped component

前端 未结 0 1744
暗喜
暗喜 2021-01-20 08:03

If i have something like

compose(
  withData()
  branch(props => props.isLoading, renderComponent(()=>))
)(DataList)

w

相关标签:
回答
  • 消灭零回复
提交回复
热议问题