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 阅读全文
posted @ 2020-10-30 15:15 Running00 阅读(70) 评论(0) 推荐(0) 编辑
摘要:1 antd select组件3.x ,select 多选功能,option超过1000时候输入内容时候会很卡,4.x已修复这个问题 3.x https://codesandbox.io/s/antd-reproduction-template-forked-jx2ld?file=/index.js 阅读全文
posted @ 2020-10-30 11:44 Running00 阅读(179) 评论(0) 推荐(0) 编辑
摘要:页面是不能无限加载dom的,特别是移动端,可能内存不足崩溃,所以要以最合理的方式,渲染适量的dom,不要最求更多 阅读全文
posted @ 2020-10-28 11:14 Running00 阅读(65) 评论(0) 推荐(0) 编辑
摘要:merge时候需要细心,特别是多个版本同时开发,先后顺序的问题 阅读全文
posted @ 2020-10-26 19:50 Running00 阅读(41) 评论(0) 推荐(0) 编辑
摘要:npm inferno 阅读全文
posted @ 2020-10-23 17:35 Running00 阅读(33) 评论(0) 推荐(0) 编辑
摘要:https://www.jianshu.com/p/02db8b55aae9 阅读全文
posted @ 2020-10-23 16:32 Running00 阅读(46) 评论(0) 推荐(0) 编辑
摘要:1 需要有评论支持 2 markdown 3 SEO 4 分类 5 搜索 阅读全文
posted @ 2020-10-22 10:23 Running00 阅读(47) 评论(0) 推荐(0) 编辑
摘要:1 组件尽可能最小化 2 耦合性不要太高 阅读全文
posted @ 2020-10-22 10:20 Running00 阅读(43) 评论(0) 推荐(0) 编辑
摘要:1 按需加载js??? 2 select数据加载?? 3 页面内容很多模块时候,滚动到位置加载??? 阅读全文
posted @ 2020-10-22 10:18 Running00 阅读(41) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/P6P7qsW6ua47A2Sb/article/details/88361203?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-2.cha 阅读全文
posted @ 2020-10-22 10:15 Running00 阅读(43) 评论(0) 推荐(0) 编辑
摘要:1 select数据多,可以固定加载50条(或者100条数据),之后是搜索查数据 2 页面列表分页滚动加载,这种加载数据会越来越多,。。。如果是h5 离开当前页,再返回当前页,很难到的之前离开时候的位置,但是webview是可以到的的,???? 阅读全文
posted @ 2020-10-22 10:13 Running00 阅读(73) 评论(0) 推荐(0) 编辑
摘要:1 $.ajaxSettings 2 websocket 3 webRtc 4 长连接 5 setInterval 阅读全文
posted @ 2020-10-15 17:51 Running00 阅读(64) 评论(0) 推荐(0) 编辑
摘要:http://luodonggan.com/wordpress/?p=469 阅读全文
posted @ 2020-10-15 15:46 Running00 阅读(46) 评论(0) 推荐(0) 编辑
摘要:{ test: /.(png|svg|jpg|gif|jpeg)$/, use: [{ loader: 'file-loader', options: { name: 'imgs/[name].[hash:8].[ext]' }, }], exclude: /fonts/, }, { test: / 阅读全文
posted @ 2020-10-14 19:24 Running00 阅读(35) 评论(0) 推荐(0) 编辑
摘要:https://www.taobao.com/markets/fuwu/fontmarket_freefonts 阅读全文
posted @ 2020-10-13 13:50 Running00 阅读(87) 评论(0) 推荐(0) 编辑
摘要:1 原因:页面内容未超过屏幕高度,如果设置了最小高度需要设置高度为auto 阅读全文
posted @ 2020-10-13 10:25 Running00 阅读(258) 评论(0) 推荐(0) 编辑
摘要:##入门 web前端相关的专业术语 阅读全文
posted @ 2020-10-09 19:45 Running00 阅读(47) 评论(0) 推荐(0) 编辑
摘要:egg-vue-webpack-boilerplate 阅读全文
posted @ 2020-10-08 22:26 Running00 阅读(128) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示