gpt4 book ai didi

javascript - 在重构中使用react-with-styles

转载 作者:行者123 更新时间:2023-11-28 03:54:29 24 4
gpt4 key购买 nike

有人可以帮我举一个使用recompose在高阶组件中使用react-with-styles应用样式的示例吗?

具体来说,我们如何应用本例中解释的样式 -- https://github.com/airbnb/react-with-styles#how-to-use - 以更高的顺序重构包装器?

最佳答案

compose HOC 允许您通过组合创建组件,例如:

export default compose(
withStyles,
withState('toggleOn', 'toggle', false)
)(Component)

关于javascript - 在重构中使用react-with-styles,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47685783/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com