一个我的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

相关文章
相关标签/搜索