React中的Context怎么用

2017-09-27
阅读 4 分钟
2.5k
今天在学习styled-components的Theming时,关于styled-components对主题的实现与管理上提到,主要应用到了react的context API,所以好好研读了一下官方文档,对该API做了如下记录。