Closed
Conversation
Next.js から React Router への移行準備として、基本的な設定ファイルとエントリーポイントを追加しました。 Cloudflare Workers でのデプロイを前提とした構成になっています。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Next.js 関連のパッケージを削除し、React Router と Vite 関連のパッケージを追加しました。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
React Router への移行に伴い、不要となった Next.js 関連ファイルを削除しました。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
フレームワーク移行に合わせて設定ファイルを更新しました。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
99b8fb5 to
eb9fbc8
Compare
React Router 移行に伴い、Biome の設定を調整しました: - ルートとapps/webそれぞれに適切な除外設定を配置 - 自動生成ファイル(.react-router, .wrangler, worker-configuration.d.ts)を除外 - Tailwind CSS v4 の新構文を含む app.css を除外 また、以下の Lint エラーも修正しました: - CSSクラスの順序を Biome の推奨順に並び替え(useSortedClasses) - SVG要素にアクセシビリティのための title 要素を追加 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
wrangler types コマンドによって自動生成されたファイルの更新です。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Owner
Author
|
ブランチ名をプロジェクトの命名規則に従って修正するため、新しいPRを作成します。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Web アプリケーションのフレームワークを Next.js から React Router に移行しました。
この変更により、Cloudflare Workers でのデプロイが可能になり、エッジコンピューティングの利点を活用できるようになります。
この変更による影響
CIでチェックできなかった項目
補足
主な変更内容
React Router の基本構成を追加
依存関係の更新
Next.js ファイルの削除
設定ファイルの調整
今後、既存の機能を React Router 環境に移植していく必要があります。
🤖 Generated with Claude Code