Conversation
bearl27
approved these changes
Feb 16, 2026
Contributor
There was a problem hiding this comment.
[nits]
今回は大丈夫だけど,このファイルはよくコンフリクトを起こすので気をつけてね
Contributor
There was a problem hiding this comment.
[imo]
ディレクトリ構造を考えた方がいい
いまのままだと,src内にファイルが溜まってしまい整理しにくくなる
自分的にはfeaturesタイプが好きですね.
数分調べてみて,どれが使いやすいかみてみてください!
https://zenn.dev/sakito/articles/af87061a5016e6
→ 修正についてはこのPRじゃなくてもOKです
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.
概要
最終的にSoloページと複数人ページが必要になるので,簡易なSoloページを先に作成した
動作確認
手入力でhttp://localhost:5173/Soloにアクセスし,Soloページに飛べた
変更内容・エビデンス
main.tsxで
import { BrowserRouter, Routes, Route } from 'react-router-dom'
を使用してURLでページ移行できるようにした
その他
略称一覧