在运行一个React项目的时候浏览器控制台会提醒你去安装react devtools调试工具. Download the React DevTools for a better development experience: https://fb.me/react-devtools 看到浏览器控制台这种说明,很是不舒服,于是就安装了react devtools浏览器扩展插件. https://fb.me/react-devtools 此链接打不开,应该需要FQ. 所以还是直接从github上面下
If you have props and actions, you want one component to access those props and actions, one solution is pass those from parent to this component. But one problem for this solution is if the there are many nested component between, you need to pass t