2024-11-26のJS: Angular v19、Deno 2.1(LTS)、React Router v7(from Remix) #1242
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Angular v19がリリースされました。
Developer previewとして新しいIncremental Hydrationの仕組みを追加、ServerRouteでレンダリングモードを指定できるように、HMRのサポートが追加されています。
Incremental Hydrationは、
@defer
でHydrationを遅延実行でき、Hydrationがするまでは@placeholder
でプレースホルダーを表示することができます。QwikのResumableとやや似た概念ですが、@defer
ではHydrationするタイミングも指定できるようになっています。また、Standalone componentがデフォルトで
true
に変更、linkedSignal
の追加、resource()
APIの追加なども行われています。Deno v2.1がリリースされました。
Deno 2.1はLTSとなるリリースで、2025年4月までサポートされる予定です。
.wasm
のインポートに対応、deno init --npm
を追加、deno outdated
の追加、deno compile
がAssetsを埋め込めるように。deno task
にdescriptionを表示できるように、task間の依存関係を定義できるようになるなどの変更が行われています。React Router v7がリリースされました。
React Router v7は、Remix v2のメジャーアップデートバージョンとなるバージョンにもなっています。
そのため、React Router v6とRemix v2からのアップデートガイドも公開されています。