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

2022-07-04のJS: Next.js 12.2、Fresh 1.0(Deno Web Framework)、Vue 2.7(2.xの最終minor) #997

Merged
merged 20 commits into from
Jul 4, 2022

Conversation

azu
Copy link
Member

@azu azu commented Jul 4, 2022

Next.js 12.2がリリースされました。

MiddlewareとOn-Demand ISRのStableな機能となりました。
API RouteとSSRをCloudflare Workersを使ったEdgeで動かすruntimeオプションを追加など。
これに合わせて、Edge Runtimeをローカルでエミュレートするためのedge-runtimeというパッケージが公開されています。

そのほかには、next/imageの改善、SWCプラグインのサポート、React 18のサポート改善などが含まれています。
また、next/linkが常に <a> で囲まれるようになる機能をopt-inで導入できるようになっています。


Denoで書かれたウェブフレームワークであるFresh 1.0が公開されました。

Freshは、Preact(JSX)を使ってUIを作りサーバサイドレンダリングを行い、必要な時のみクライアントサイドのJSを含めるIslands Architectureを採用しています。

また、Freshは https://deno.land/ でも利用されています。


Vue 2.7がリリースされました。

Vue 2.7はVue 2.xの最後のminorアップデートとなり、Vue 2は1年半後の2023年末にサポートが終了する予定となっています。
Vue 3からのバックポートとしてdefineComponent()h()useSlot()useAttrs()useCssModules()のサポートが追加されています。
またESMビルドにはnamed exportとして提供されることについてや、Vue 3との動作の違いについてなどについても書かれています。

@azu azu merged commit 13cf6c7 into develop Jul 4, 2022
@azu azu deleted the jser-week-599 branch July 4, 2022 13:28
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