Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-11-26のJS: Angular v19、Deno 2.1(LTS)、React Router v7(from Remix) #1242

Merged
merged 18 commits into from
Nov 26, 2024

Conversation

azu
Copy link
Member

@azu azu commented Nov 26, 2024

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月までサポートされる予定です。

Deno LTS

.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からのアップデートガイドも公開されています。

@azu azu merged commit c2cfe38 into develop Nov 26, 2024
@azu azu deleted the jser-week-716 branch November 26, 2024 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant