吉見 拓馬
ソフトウェアエンジニア
こんにちは!ソフトウェアエンジニアの拓馬です。以前はスペインに住んでいましたが、現在は日本に住んでいます(今年から日本に戻ってきました)。
私のブログ
最新のブログ記事をチェックしてください。

Next.jsでページ遷移後にトーストを表示する方法
Next.jsでページ遷移後にトースト(通知)を表示したい場合、状態管理を使う方法もありますが、クライアント側で一時的にデータを保持するためにCookieを活用するのも便利です。 例えば、詳細ページで削除や編集を実行し、一覧ページに戻った際にトーストを表示したい場合、遷移時に情報を引き継ぐ必要があります。今回は **Cookieを利用したトースト表示** の方法を紹介します。

Certified Nuxt Developer Training (Nuxt data fetching)
Recently, I completed the Certified Nuxt Developer Training, where I learned about data fetching. Understanding when to use useFetch, useAsyncData, or $fetch can be confusing. Here’s a guide on which to use in various situations.

Diving Into Nuxt Certification
First of all, what exactly is Nuxt Certification? It’s the official certification of competence for the Nuxt Framework.

