吉見 拓馬

ソフトウェアエンジニア

こんにちは!ソフトウェアエンジニアの拓馬です。以前はスペインに住んでいましたが、現在は日本に住んでいます(今年から日本に戻ってきました)。

私のプロジェクト

私が取り組んだプロジェクトのいくつかを紹介します。

Project Thumbnail

The Road to Next

現在、Next.js 15 と React 19 で学ぶフルスタック Web 開発 というコースを勉強中です。 https://www.road-to-next.com/

Project Thumbnail

筋トレ

筋トレ

私のブログ

最新のブログ記事をチェックしてください。

Project Thumbnail

Next.jsでページ遷移後にトーストを表示する方法

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

Project Thumbnail

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.

Project Thumbnail

Diving Into Nuxt Certification

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