Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
uki00a committed May 19, 2024
1 parent 7653bd5 commit c9d43c1
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion content/articles/2024/05/19.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ tags:
- deno_std
- jsr
- fresh
- Hono
- React
- Vite
categories:
- news
date: 2024-05-19
description: Deno v1.43.4 (deno publishやNode.js互換性の改善など), Deno v1.43.5, @std/collections@0.224.2 (invertとinvertByの追加), freshのホームページの新デザイン
description: Deno v1.43.4 (deno publishやNode.js互換性の改善など), Deno v1.43.5, @std/collections@0.224.2 (invertとinvertByの追加), freshのホームページの新デザイン, @cross - Cross-Runtime JavaScript Libraries, The Deno Standard Library is now available on JSR (deno_stdのバージョン管理やDenoのワークスペース機能についてなど), DenoでHonoやReactを使ったテンプレートを作ってみた
---

## Deno v1.43.4
Expand Down Expand Up @@ -89,3 +92,30 @@ freshのホームページのデザインが更新されています。
> [www: refresh home page (#2418)](https://github.com/denoland/fresh/commit/e8d1a68b58953bee84209e6abedd1e026250054e)
デザインの変更に加えて、[Deco.cx](https://github.com/deco-cx/deco)の紹介やFormの取り扱い、[Partials]({{< ref "articles/fresh/v1.5.md" >}})などに関するセクションが追加されているようです。

## `@cross` - Cross-Runtime JavaScript Libraries

Deno, Node.js, Bunなどの様々なラインタイムから利用するためのライブラリがJSRの[`@cross`](https://jsr.io/@cross)というスコープで公開されています。

ファイルシステムや環境変数に関するものなど様々なライブラリが公開されており、開発は以下のOrganizationで行われているようです。

- [`@cross`](https://github.com/cross-org)

## The Deno Standard Library is now available on JSR

`deno_std`のJSRへの公開に関してDeno公式から記事が公開されています。

- [The Deno Standard Library is now available on JSR](https://deno.com/blog/std-on-jsr)

`deno_std`[各モジュールごとにバージョン管理]({{< ref "articles/2024/04/21.md" >}})されるようになった背景や[Denoのワークスペース機能]({{< ref "articles/2023/11/19">}})などについても説明されています。

## DenoでHonoやReactを使ったテンプレートを作ってみた

Deno/Hono/PostgreSQL/[Kysely](https://github.com/kysely-org/kysely)/Vite/ReactなどでWebアプリケーションを開発するためのテンプレートに関する記事が公開されています。

- [DenoでHonoやReactを使ったテンプレートを作ってみた](https://www.kbaba1001.com/posts/202405171328_deno-hono-react-template/)

テンプレートは以下のリポジトリで公開されているようです。

- [deno-vite-react-template](https://github.com/neumann-tokyo/deno-vite-react-template)
- [deno-hono-api-template](https://github.com/neumann-tokyo/deno-hono-api-template)

0 comments on commit c9d43c1

Please sign in to comment.