🏄
Matsuri-tech Frontend Weekly 2023-10-06

hrdtbs

hrdtbs

2023年10月6日
MFWAstroDeno

社内向けに、フロントエンド関連のニュースや業務で発生したQ&A、利用しているライブラリなどの情報を定期的に書いています。

社内の開発部メンバーに向けて直近でリリースされたライブラリなどの情報をMatsuri-tech Frontend Weeklyとしてまとめています。内容は実務や趣味で使えそうなものを中心に扱っており、網羅的ではなく偏りがあります。

# Astro 3.2

Astro 3.2: View Transitions improvements | AstroAstro 3.2 is out with several improvements to View Transitions, including the ability to control the history stack, and a JavaScript navigation APIAstro 3.2: View Transitions improvements | Astro

Astro 3.2がリリース。クライアントからナビゲーションをトリガー出来るnavigate()の追加。ページ遷移する際に履歴の置換を行うdata-astro-history="replace"属性の追加など。

# Bun v1.0.4

Bun v1.0.4Bun v1.0.4 fixes 62 bugs, adds `server.requestIP`, supports virtual modules in runtime plugins, fixes many bun install bugs, and reduces memory consumption in `Bun.serve()`Bun v1.0.4

Bun v1.0.4がリリースされた。

# pattycake: Zero-runtime pattern matching

GitHub - aidenybai/pattycake: Zero-runtime pattern matchingZero-runtime pattern matching. Contribute to aidenybai/pattycake development by creating an account on GitHub.GitHub - aidenybai/pattycake: Zero-runtime pattern matching

パターンマッチングを提供する有名なts-patternライブラリの記述をインライン化して、ランタイムでの依存をなくすツール。

# Deno vs. Bun vs. Node.js: A Feature Comparison

Deno vs. Bun vs. Node.js: A Feature ComparisonDescriptionDeno vs. Bun vs. Node.js: A Feature Comparison

Deno、Bun、Node.js の比較が表にまとめられている。

# Announcing Deno Queues

Announcing Deno QueuesIntroducing Deno Queues - zero config, scalable messaging with a guaranteed at-least-once delivery. This new primitive builds on the foundation set by Deno KV, and is available today in the Deno JavaScript runtime and Deno Deploy. Announcing Deno Queues

Deno KV上に構築されたキューであるDeno Queuesについての記事。

# Did the React team forget the React Forget compiler?

https://www.reddit.com/r/reactjs/comments/16nnh4z/comment/k1jbr4t/

React Forget の現状について、React コアチームのメンバーが回答している。来月の React Advanced で最新情報を共有する予定とのこと。React Forgetは簡単に言えば、公式による自動メモ化コンパイラ。

# Temporal API is Awesome

https://taro.codes/posts/2023-08-23-temporal-api/

Temporal APIの使い方やブラウザの実装状況について解説した記事。

# 【2023年】SWR & TanStack Query比較

【2023年】SWR & TanStack Query比較【2023年】SWR & TanStack Query比較

SWRとTanStack Queryについての比較記事。機能面、Mutation Hooks、キャッシュなどについて端的に比較している。