
React
Xplorist
知行合一,思行合一。
展开
-
React官網零基礎學習筆記(1)-本地環境搭建
官網原文:Setup for the TutorialThere are two ways to complete this tutorial: you can either write the code in your browser, or you can set up a local development environment on your computer. Set...翻译 2019-01-25 11:34:03 · 119 阅读 · 0 评论 -
React官網零基礎學習筆記(2)-通過屬性傳遞數據
原文如下:Passing Data Through PropsJust to get our feet wet, let’s try passing some data from our Board component to our Square component.In Board’s renderSquare method, change the code to pass a pr...翻译 2019-01-25 13:03:59 · 114 阅读 · 0 评论 -
React官網零基礎學習筆記(3)-創建交互組件
原文如下:Making an Interactive ComponentLet’s fill the Square component with an “X” when we click it. First, change the button tag that is returned from the Square component’s render() function to thi...翻译 2019-01-25 14:03:58 · 148 阅读 · 0 评论 -
React官網零基礎學習筆記(4)-瀏覽器工具
原文如下:Developer ToolsThe React Devtools extension for Chrome and Firefox lets you inspect a React component tree with your browser’s developer tools.The React DevTools let you check the props a...翻译 2019-01-25 15:27:10 · 163 阅读 · 0 评论