Links on Performance

Making GitHub’s new homepage fast and performant — Tobias Ahlin describes how the scrolling effects are done more performantly thanks to IntersectionObserver and the fact that it avoids the use of methods that trigger reflows, like getBoundingClientRect … more Read More

A Beginner’s Guide to Vue 3

In this article, you’ll learn the fundamentals of Vue.js. Even though the article uses Vue 3, the fundamentals apply to older Vue versions too. We’ll cover how to: create a Vue application with Vue CLI render lists use conditional rendering make use … more Read More

Sleek and Modern UI Design with Telerik and Kendo UI

With the rise of cross-platform applications, the goal is to write once and deliver everywhere. Telerik and Kendo UI provide the same capability for styling controls across various form factors and platforms. Series Outline This is the first post in … more Read More

Echo JS

DarKnight, a gedit theme: Relax your eyes with this theme. Fundamentals of GraphQL New Standards to Access Device Hardware using JavaScript (Paid, Commercial Product) Glue.codes IDE – Online IDE with built-in meta-framework and widgets that exports SolidJS JSX! … more Read More

ReactアプリにNode.jsサーバープロキシを設定する方法

この記事はTwilio Developer EvangelistのPhil Nashがこちらで執筆した記事の日本語版です。執筆から時間が経過しているため、2021年5月時点で動作確認を行い、一部オリジナルの記事よりコードを修正しています。 Create React App は、Reactアプリケーションを稼働させるための優れたツールです。Twilio Videoやチャット用のアクセストークン生成など、サーバーサイドコンポーネントを必要とするアプリケーションを構築、試作する場合ではどうでしょうか。1つのコマンドですべてを動かせるため、同じプロジェクト内で1台のサーバーを操作するのが最も簡単です。 … more Read More

proxy-www

I like a good trick. What if… a URL was… a promise… that fetched said URL? www.codepen.io.then((response) => { console.log(response); }); That’s what @justjavac did with JavaScript Proxys. A clever trick, that. Don’t @ me about the practicality. Trick … more Read More