10 2020 档案
摘要:1 react-redux https://react-redux.js.org/introduction/quick-start 2 redux https://redux.js.org/introduction/installation 3 yarn add redux react-redux
阅读全文
摘要:1 antd select组件3.x ,select 多选功能,option超过1000时候输入内容时候会很卡,4.x已修复这个问题 3.x https://codesandbox.io/s/antd-reproduction-template-forked-jx2ld?file=/index.js
阅读全文
摘要:页面是不能无限加载dom的,特别是移动端,可能内存不足崩溃,所以要以最合理的方式,渲染适量的dom,不要最求更多
阅读全文
摘要:merge时候需要细心,特别是多个版本同时开发,先后顺序的问题
阅读全文
摘要:https://www.jianshu.com/p/02db8b55aae9
阅读全文
摘要:1 需要有评论支持 2 markdown 3 SEO 4 分类 5 搜索
阅读全文
摘要:1 按需加载js??? 2 select数据加载?? 3 页面内容很多模块时候,滚动到位置加载???
阅读全文
摘要:https://blog.csdn.net/P6P7qsW6ua47A2Sb/article/details/88361203?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.cha
阅读全文
摘要:1 select数据多,可以固定加载50条(或者100条数据),之后是搜索查数据 2 页面列表分页滚动加载,这种加载数据会越来越多,。。。如果是h5 离开当前页,再返回当前页,很难到的之前离开时候的位置,但是webview是可以到的的,????
阅读全文
摘要:1 $.ajaxSettings 2 websocket 3 webRtc 4 长连接 5 setInterval
阅读全文
摘要:http://luodonggan.com/wordpress/?p=469
阅读全文
摘要:{ test: /.(png|svg|jpg|gif|jpeg)$/, use: [{ loader: 'file-loader', options: { name: 'imgs/[name].[hash:8].[ext]' }, }], exclude: /fonts/, }, { test: /
阅读全文
摘要:https://www.taobao.com/markets/fuwu/fontmarket_freefonts
阅读全文
摘要:1 原因:页面内容未超过屏幕高度,如果设置了最小高度需要设置高度为auto
阅读全文
摘要:egg-vue-webpack-boilerplate
阅读全文