Frontend Weekly 2024-02-09
Vite 5.1、Interop 2024、Immutable array updates with Array.prototype.withについて紹介する。
Table of Contents
Vite 5.1
2024年2月8日にVite 5.1リリースされました。
https://vitejs.dev/blog/announcing-vite5-1.html
Vite Runtime APIが実験的に追加されました。これによりSSR時のHMRや、Node.js以外のランタイムで実行などが可能になります。他にcss?url
のサポートや循環インポート時のHMR、パフォーマンスの改善を含みます。
Interop 2024
Interopは、Google、Microsoft、Mozilla、Appleなどによって全てのブラウザで全く同じようにWebの機能を動作させるためのプロジェクトです。Interop 2024で取り組む内容がweb.devで公開されました。
https://web.dev/blog/interop-2024?hl=en
Immutable array updates with Array.prototype.with
最近モダンブラウザで相互運用が出来るようになったArray.prototype.with()による非破壊的な配列の更新についての記事。