回答編集履歴

5

コード修正

2022/06/13 22:15

投稿

退会済みユーザー
test CHANGED
@@ -16,9 +16,8 @@
16
16
  import {
17
17
  About,
18
18
  Footer,
19
- ```
20
-
21
- ```diff
19
+ Header,
20
+ Home,
22
21
  Service
23
22
  } from './components';
24
23
 

4

テキスト修正

2022/06/13 22:10

投稿

退会済みユーザー
test CHANGED
@@ -1,7 +1,7 @@
1
1
  参考になりそうなコードをみつけたので回答します。
2
2
  まだ不安定(`UNSAFE`)とされているAPIを使う点が若干気になりますが、stackoverflowのこの質問
3
3
 
4
- - [How to controling browser back button with react router dom v6?](https://stackoverflow.com/a/71399121)
4
+ - [How to controling browser back button with react router dom v6?](https://stackoverflow.com/questions/71369320/how-to-controling-browser-back-button-with-react-router-dom-v6)
5
5
 
6
6
  に対するこの回答👉 https://stackoverflow.com/a/71399121
7
7
  をちょっと試してみました。

3

コード修正

2022/06/13 21:57

投稿

退会済みユーザー
test CHANGED
@@ -16,7 +16,9 @@
16
16
  import {
17
17
  About,
18
18
  Footer,
19
+ ```
20
+
19
- @@ -8,11 +9,34 @@ import {
21
+ ```diff
20
22
  Service
21
23
  } from './components';
22
24
 

2

説明追加

2022/06/13 21:55

投稿

退会済みユーザー
test CHANGED
@@ -60,4 +60,4 @@
60
60
 
61
61
  戻るボタンを押したときに発生する`POP`イベントが `const listener` 関数の中で補足できています。
62
62
 
63
-
63
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-06-14/6837655e-730e-4425-902e-b1c343751a8e.png)

1

脱字修正

2022/06/13 21:53

投稿

退会済みユーザー
test CHANGED
@@ -1,11 +1,10 @@
1
+ 参考になりそうなコードをみつけたので回答します。
1
2
  まだ不安定(`UNSAFE`)とされているAPIを使う点が若干気になりますが、stackoverflowのこの質問
2
3
 
3
4
  - [How to controling browser back button with react router dom v6?](https://stackoverflow.com/a/71399121)
4
5
 
5
6
  に対するこの回答👉 https://stackoverflow.com/a/71399121
6
-
7
-
8
- ちょっと試してみました。
7
+ ちょっと試してみました。
9
8
 
10
9
  teratail の別の質問への[私の回答](https://teratail.com/questions/ut42pganxerut7#reply-sdqxxwbjefce3e) の中の**追記** に書いたコンポーネントを流用しつつ、App.js に以下のコードを追加します。
11
10