编辑推荐
Internet Explorer officially dies today
微软公司于6月15日永久关闭IE浏览器,从巅峰时刻占据全球95%以上浏览器市场份额,到如今被战略性放弃,IE浏览器用28年走完了这段里程碑式的旅程。
深度阅读
深度剖析 VS Code JavaScript Debugger 功能及实现原理
本文将从 VSCode JavaScript Debugger 的功能入手,从源码角度分析其实现对应功能所使用的技术手段及优秀的代码设计,让大家对其中的功能及实现原理有大致理解。
Vue无虚拟DOM模式即将到来
最近两年出现了一些借助 Virtual DOM 就可以实现页面渲染的前端框架,如
Svelte、Solid.js,这类框架在特定情况下有一些优点:性能更高、实现逻辑更简单等,Vue 也准备跟进推出无 Virtual DOM 模式了。
Ramda 哪些让人困惑的函数签名规则
我第一次接触 Ramda 文档的时候觉得挺困惑的,比如
(r → a → b) → (r → a) → (r → b),这是啥?读完这篇文章,我才算是看懂了。
外文精选
Modern JavaScript, 10 things you should be using, starting today
You may be completely new to JavaScript or you may have only used it sporadically over the years. One thing is clear though - a lot has changed and there are some features YOU should be using. This article describes the features I think you should be using on a daily basis, if you are serious about JavaScript
Write HTML Right
Even with a lot of help from a good text editor, writing HTML can be a drag. Nice documents end up as tag-swamps with little bits of content perched atop hills of tabs. Editing them becomes a test of patience and we get sick at the thought of having to look at our once-loved text. It doesn't have to be like this! There's a lightweight, easygoing way to write HTML that's been around since the beginning of the web.
实践应用
搭建前端监控,如何采集异常数据
文章主要讲解如何完整、优雅地采集 Web 页面运行过程触发的接口、JS 异常数据,适合巩固基础。
十分钟带你进入 Web Components 的世界
Web Components 本身不是一个单独的规范,而是由一组 DOM API 和 HTML 规范所组成,用于创建可复用的自定义名字的 HTML 标签,并且可以直接在你的 Web 应用中使用。
🎮 三行代码做一辆Q弹物理自行车,骑上它去海边吧!
直接看效果: