2020年9月23日

react-keep-alive

摘要: https://github.com/StructureBuilder/react-keep-alive/blob/master/README.zh-CN.md 安装 npm install --save react-keep-alive 使用 import React from 'react'; 阅读全文

posted @ 2020-09-23 17:57 秃了头也不退休 阅读(4048) 评论(0) 推荐(0) 编辑

create-react-app 兼容 ie9

摘要: yarn add react-app-polyfill core-js 在index.js import 'react-app-polyfill/ie9';//兼容ie9 import 'react-app-polyfill/stable'; import "core-js/es/map" impo 阅读全文

posted @ 2020-09-23 15:35 秃了头也不退休 阅读(496) 评论(0) 推荐(0) 编辑

导航