【Node v18.18.0 (LTS) | Node.js】 Node.js v18.18.0リリース。 node --importフラグの追加、node:fsとnode:streamでExplicit Resource Managementのサポートなど https://realtime.jser.info/2023/09/19/node-v18-18-0-lts-node-js/
【Node v20.7.0 (Current) | Node.js】 Node.js v20.7.0リリース。 複数の--env-file指定をサポート、npm 10.xへのアップデート、process.sourceMapsEnabled APIの追加など https://realtime.jser.info/2023/09/19/node-v20-7-0-current-node-js/
【Release v2.0.0 · remix-run/remix】 Remix 2.0.0リリース。 React 17のサポート終了、Node.js 14/16のサポート終了。 V1からの移行はv2_*フラグを使うことで機能を一つずつ有効化して移行できる。 2.0.0ではv2_*フラグの削除、remix.config.jsの設定やコマンドの変更などが含まれる。 関連URL Remix v2 | Remix Upgrading to v2 | Remix https://realtime.jser.info/2023/09/17/release-v2-0-0-remix-run-remix/
【Bun v1.0.2 | Bun Blog】 Bun v1.0.2リリース。 bunx <pkg>@latestで最新のパッケージが取得できないバグを修正、bun --watchのパフォーマンス改善。 DateのパースにV8の実装を使雨ように、URL.canParse/URLSearchParams.prototype.sizeの実装など。 https://realtime.jser.info/2023/09/17/bun-v1-0-2-bun-blog/
【How to Find the Exact Line of an Infinite Loop Bug in the code | by Abdu Tawfik | Medium】 https://abduvik.medium.com/how-to-find-infinite-loops-in-javascript-using-devtools-ea5fc84aec73 Chromeで無限ループが起きてる時にパフォーマンスのプロファイルを取る方法について。 無限ループが起きるとProfile自体も完了しないため、記録を開始してタブのプロセスを強制的に停止すると取得できるという方法について。 また同期的な無限ループと非同期的な無限ループについて https://realtime.jser.info/2023/09/16/how-to-find-the-exact-line-of-an-infinite-loop-bug-in-the-code-by-abdu-tawfik-medium/
【2023-09-15のJS: Bun v1.0、Node.js 16はEOL、State of CSS 2023】
【nuejs/nuejs: Build user interfaces with 10x less code. Alternative to React, Vue, and Svelte】 少ないコード量で書けることが目的のVue/Riot的なUIフレームワーク。 https://realtime.jser.info/2023/09/15/nuejs-nuejs-build-user-interfaces-with-10x-less-code-alternative-to-react-vue-and-svelte/
【Bootstrap 5.3.2 | Bootstrap Blog】 Bootstrap 5.3.2リリース。 https://realtime.jser.info/2023/09/15/bootstrap-5-3-2-bootstrap-blog/
【Efficient Node.js】 2024年8月発売 Node.jsでのアプリケーション開発についての書籍 https://realtime.jser.info/2023/09/15/efficient-node-js/
【isaacs/tshy】 TypeScriptのソースコードからESMとCJSのdual packageを作成するツール https://realtime.jser.info/2023/09/14/isaacs-tshy/