技术周报·2022年的React生态

3,451

编辑推荐

2022 年的 React 生态

这篇文章从状态管理、样式和动画、路由、代码风格等多个方面考察 React 最新的生态,内容很齐全,刚好在做技术选型的同学不要错过。

实战!如何从零搭建10万级 QPS 大流量、高并发优惠券系统

从零搭建一个大流量、高并发的优惠券系统,首先应该充分理解业务需求,然后对需求进行拆解,根据拆解后的需求,合理选用各种中间件;本文主要是要建设一套优惠券系统,因此会使用各类存储组件和消息队列,来完成优惠券的存储、查询、过期操作。

深度阅读

打造轻量级 WebIDE,看这一篇文章就够啦

Monaco-Editor 能力比较完善,借助其基础 api 再加上适当的 ui 代码,可以非常快速的构建出一款可用的 WebIDE,但还是有很多细节需要持续打磨,文章重点介绍对多文件的细节处理、ESLint 浏览器化方案、Prettier 与 monaco 的贴合及代码补全的支持等方面。

我是如何带领团队从零到一建立前端规范的?🎉🎉🎉

文章从为什么需要规范以及建立规范的重要性出发,逐步引申出如何去建立适合自己团队的规范,详细讨论了前端具体涉及到的规范都有哪些,部分小节有具体的配置步骤和操作链接。

外文精选

24 habits for productivity

Here's the even better news: you can learn all those same great habits. Below are 24 habits for productivity, all backed by some of the best politicians, thinkers, makers, and entrepreneurs the world has ever seen.

Rust: Lang Team Roadmap 2024

We hope that this post has given you a taste for what we plan to focus on over the next few years. If you'd like to help us reach these goals, please get involved! We've listed a number of active initiatives for each point, but we've also included a lot of ideas that are looking for an owner.

实践应用

86张脑图,一口气看完 React 🎉

关于 React 的86张脑图,基本上已经覆盖了 React 的所有方面了。

标星 230K!GitHub 有哪些开源编程书籍?

收集癖福音!Github 上哪些可以随时翻看的电子书合集。

比 eval 和 iframe 更强的新一代 JavaScript 沙箱!

文章介绍如何使用 ShadowRealm API 开启 JavaScript 沙箱环境,流程很详细,值得阅读。