2019 最新 React-Native/TypeScript/Redux/Saga 實踐

最近研究 React Native、Redux Saga 以及 TypeScript 相關的內容,整理成了一個 React Native Template,能夠直接使用下面的命令建立一個新的應用:node

react-native init MyApp --template=parcmg

初始化完成以後,按下面的方式執行命令:react

cd MyApp
node setup.js
npm install
react-native link react-native-gesture-handler

完成以後,便可像往常同樣開發了:ios

react-native run-ios

模板還在完善中,另外,相關技術要點與總結,稍後有時間再整理一下。npm

相關文章
相關標籤/搜索