簡體   English   中英

在重組中使用react-with-styles

[英]Using react-with-styles in recompose

有人可以幫我舉一個使用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)

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM