聚合国内IT技术精华文章,分享IT技术精华,帮助IT从业人士成长

FEX 技术周刊 - 2020/06/01

2020-06-01 19:05 浏览: 1859142 次 我要评论(0 条) 字号:

本期看点

面向 Model 编程的前端架构设计
https://zhuanlan.zhihu.com/p/144157268
这篇文章将简略地介绍我们当前的无线前端架构设计及其演进之路。主要内容分成几个部分:1)当前的前端方案及其解决的问题; 2)现在面对的新挑战; 3)我们的前端方案设计和选择。希望我们的经验能带给大家一些启发。另附:我来聊聊模型驱动的前端开发.

Snowpack 2.0: A Build System for the Modern Web
https://www.snowpack.dev/posts/2020-05-26-snowpack-2-0-release/
Snowpack 2.0 is a build system designed for this new era of web development. Snowpack removes the bundler from your dev environment, leveraging native ES Module (ESM) support to serve built files directly to the browser. This isn’t just a faster tool, it’s a new approach to web build systems.

Software will eat software in a remote-first world
https://themargins.substack.com/p/software-will-eat-software-in-a-remote
[译]软件吃软件,编程工作会越来越多吗? http://www.ruanyifeng.com/blog/2020/05/will-programmers-increase.html
This topic is really too big to fit in a single newsletter, and we are already at more than a thousand words. On the one hand, I do welcome these changes. I fundamentally believe that I’ve lucked into the technology industry, and many of the opportunities I’ve exploited were available to me because only I was in the right room at the right time, a few times quite literally so.

Rediscovering the Small Web
https://neustadt.fr/essays/the-small-web/
Most websites today are built like commercial products by professionals and marketers, optimised to draw the largest audience, generate engagement and ‘convert’. But there is also a smaller, less-visible web designed by regular people to simply to share their interests and hobbies with the world. A web that is unpolished, often quirky but often also fun, creative and interesting.

The Web We Lost: Volume One
http://www.zeldman.com/2020/05/29/the-web-we-lost-volume-one/
Idon’t miss Flash but I sure miss this level of creativity and experimentation on the web. As today’s “The Web We’ve Lost” exercise for designers, please take a look back at Matt Owens’s historic Volume One project—outstanding design work Matt created in Flash during the 1990s and early 2000s, now memorialized in screenshots.

深阅读

The Process of Making Vue 3
https://increment.com/frontend/making-vue-3/
Lessons from rewriting the next major version of Vue.js.

High-performance garbage collection for C++
https://v8.dev/blog/high-performance-cpp-gc
This post is the first in a series of Oilpan blog posts which will provide an overview of the core principles of Oilpan and its C++ APIs. For this post we will cover some of the supported features, explain how they interact with various subsystems of the garbage collector, and do a deep dive into concurrently reclaiming objects in the sweeper.

A first look at records and tuples in JavaScript
https://2ality.com/2020/05/records-tuples-first-look.html
In this blog post, we take a first look at the ECMAScript proposal “Record & Tuple” (by Robin Ricard and Rick Button). This proposal adds two kinds of compound primitive values to JavaScript: Records, immutable compared-by-value versions of plain objects. Tuples, immutable compared-by-value versions of Arrays.

Today’s JavaScript, From An Outsider’s Perspective
http://lea.verou.me/2020/05/todays-javascript-from-an-outsiders-perspective/
Lea is a JavaScript expert, but she was trying to help a computer scientist friend work with JS and commented on the frustrations along the way.

RecoilJS is meant to rock your React world
https://mariosfakiolas.com/blog/recoiljs-is-meant-to-rock-your-react-world/
RecoilJS is a state management library for React which was made publicly available recently by Facebook . The truth is that they have been using it for some time internally, so they finally decided to open-source it


网友评论已有0条评论, 我也要评论

发表评论

*

* (保密)

Ctrl+Enter 快捷回复