react优化

1,避免使用内联函数,免得每次render的时候,都创建内联函数实例,比如点击事件里面,我们很喜欢用箭头函数,避免this指向
2,purecomponent immutable
3.webpack 懒加载组件,chunkname要不同
4.服务器渲染,
5.比较简单的可以使用hooks

缓存

image.png
cache-Control是相对的。优先级更高,max-age
expires是绝对的
协商缓存
etag

axios

image.png

攻击

image.png
xss,跨站脚本攻击
image.png


芹菜妹纸
75 声望2 粉丝

« 上一篇
react
下一篇 »
react