一個我的react+node項目的整理筆記

##更新中:vue

1. create-react-app 還有 vue create 超級慢問題:

之前一直在等,每次安裝都得個五分鐘,直到今天搜了搜確實有解決辦法,由於create-react-app指令默認調用npm,把npm的register設置成https://registry.npm.taobao.org4 就能夠了。react

在命令行輸入: npm config set registry https://registry.npm.taobao.org4 再檢查 npm config get registry 以後在create-react-app 就行了chrome

2.提升效率的開發工具

2-1 建立組件輸入rcc,rfc 就能夠,很是快 vscode下載
rcc : react class component 類組件 也就是class
rfc: react function component 無狀態組件 也就是 function ES7 React/Redux/GraphQL/React-Native snippetsnpm

2-2 chrome redux devtools 查看redux 狀態redux

相關文章
相關標籤/搜索