[React Native] 好東西 持續(xù)收集

npm i -g visual-studio-code-cli
提供一個(gè)命令行命令用來(lái)使用 visual studio code 打開(kāi)指定的目錄,示例:"code .” 使用 visual studio code 打開(kāi)當(dāng)前目錄

https://github.com/fbsamples/f8app/
Facebook 的 F8 App 源碼,學(xué)習(xí) React Native 實(shí)踐的好模板

https://babeljs.io/repl/
Babel 的在線(xiàn)轉(zhuǎn)碼器

http://www.overreact.io/
The React File Generator - Wireframe React components and download starter files with one click

http://bbs.reactnative.cn/topic/41/mrn-%E4%B8%80%E4%B8%AA%E5%9F%BA%E4%BA%8Ereact-native%E7%9A%84material-design%E9%A3%8E%E6%A0%BC%E7%9A%84%E7%BB%84%E4%BB%B6%E5%BA%93
一個(gè)基于 React Native 的 Material Design 風(fēng)格的組件庫(kù)。(為了平臺(tái)統(tǒng)一體驗(yàn),目前只打算支持安卓)

http://bbs.reactnative.cn/topic/91/react-native-qq/2
QQ 登錄、分享組件

https://apphub.io/
應(yīng)該是個(gè)放 React Native 腳本包的集中托管工具,沒(méi)空自己做可以考慮用它,更加具體的說(shuō)明可以看這里 http://www.infoq.com/cn/news/2015/08/apphub?isappinstalled=0
一圖勝千文:

https://itunes.apple.com/us/app/react-native-playground/id1002032944
React Native Playground iOS app

/**

  • ------------------ The Life-Cycle of a Composite Component ------------------
    • constructor: Initialization of state. The instance is now retained.
    • componentWillMount
    • render
    • [children's constructors]
  • - [children's componentWillMount and render]
    
  • - [children's componentDidMount]
    
  • - componentDidMount
    
  •   Update Phases:
    
  •   - componentWillReceiveProps (only called if parent updated)
    
  •   - shouldComponentUpdate
    
  •     - componentWillUpdate
    
  •       - render
    
  •       - [children's constructors or receive props phases]
    
  •     - componentDidUpdate
    
  • - componentWillUnmount
    
  • - [children's componentWillUnmount]
    
    • [children destroyed]
    • (destroyed): The instance is now blank, released by React and ready for GC.

*/

@ReactCompositeComponent.js

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書(shū)系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容