React — Passing props with styled-components

后端 未结 3 1674
粉色の甜心
粉色の甜心 2020-12-29 04:11

I just read in the styled-components documentation that the following is wrong and it will affect render times. If that is the case, how can I refactor the code

3条回答
  •  既然无缘
    2020-12-29 05:09

    Consider styled components documentation gives example of using reacts context api [2] for different themes.

    [1] https://www.styled-components.com/docs/advanced

    [2] https://reactjs.org/docs/context.html

提交回复
热议问题