Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

前端阅读-114 #114

Open
ckinmind opened this issue Jul 25, 2019 · 0 comments
Open

前端阅读-114 #114

ckinmind opened this issue Jul 25, 2019 · 0 comments

Comments

@ckinmind
Copy link
Owner

ckinmind commented Jul 25, 2019

哪些技术会决定前端开发者的未来发展?

好文mark, 值得多看几遍

你还在用charCodeAt那你就out了

在ES2015之后,JavaScript提供了新的API来支持Unicode码位,所以我们可以这么使用:String.prototype.codePointAt(index) 方法返回字符串指定index位置的字符的Unicode码位,与旧的charCodeAt方法相比,它能够很好地支持增补字符

基于lerna和yarn workspace的monorepo工作流

monorepo管理代码有众多好处,但是也带来了很多的技术上的挑战,github上的很多的项目都是使用lerna管理monorepo项目,我们探讨下在gitlab上也通过lerna和yarn workspace结合来管理项目。由于yarn和lerna在功能上有较多的重叠,我们采用yarn官方推荐的做法,用yarn来处理依赖问题,用lerna来处理发布问题。能用yarn做的就用yarn做吧


理解DOMString、Document、FormData、Blob、File、ArrayBuffer数据类型

解释的很清楚了

qcharts 介绍与推荐

QCharts 是一个基于 spritejs 封装的图表库,它以数据驱动,将图表以最小组件进行拆分,具有高度全面灵活的属性配置方法,可对图表绘制过程中所有的点、线、面的大小、位置、填充颜色、描边颜色、描边线型、透明度等属性进行配置,配置方法简单易懂,语义清晰,无论如何复杂的图表,qcharts都能轻松胜任,再也不用为无法实现产品经理的想法而加班加点了

我在做前端构建过程中的思考

当时我的最大想法就是,我可以基于 systemjs 来实现一套动态和按需的加载方案,在本地开发阶段省去所有 bundle 过程,文件只有在真正用到时再进行编译,甚至通过一些方式,比如在浏览器端实现 fs,那么这套方案就可以被移植到 Web-IDE 上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant