1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Shopify Hydrogenのメモ

Posted at

Shopifyのストアフロントを作成するReactベースのフレームワークHydrogenを試してみた。
(Shopify用ということを読み飛ばしていて汎用的なフレームワークと勘違いした…)

公式ページにも記載されている通り、まだDeveloper previewなので注意。
本記事ではv0.6.3を使用した。

使用ライブラリ等

ライブラリ等 メモ
UI React Server Componentsを使っているためv18を使用
UIコンポーネント Headless UI + Tailwind CSS
ルータ React Router v6がリリースされたばかりだが、2021/11/11時点ではv5を使用
Web API GraphQL graphql-tagを使用
ビルド Vite
サーバサイド Express

TypeScript

yarn create hydrogen-app で作成されるscaffoldではJavaScriptが使用されているが、特に何も設定を追加せずともTypeScriptを使用できる。(Viteの恩恵)
ただしコンパイルオプション等を変更する場合は tsconfig.json を追加する必要がある。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?