react整理

react整理_第1张图片
编译完有时候会出现多一个default或者方法不是函数的情况,加一个最上面的let即可

如何使用mobx 的装饰器:create-react-app 创建项目之后 进入node_modules再进入react-scripts,执行npm install babel-plugin-transform-decorators-legacy --save,再进入config,修改两个webpack,options:{

// @remove-on-eject-begin

babelrc:false,

presets:[require.resolve('babel-preset-react-app')],

plugins:[require.resolve('babel-plugin-transform-decorators-legacy')],(重点)


mobx知识整理:https://ckinmind.github.io/mobx-share/#/p1


react使用ajax和map:

react整理_第2张图片


react整理_第3张图片

你可能感兴趣的:(react整理)