Skip to content

フロントエンドの例外処理の実装方針について知りたい #1451

Closed Answered by 1nu1taichi
KentaHizume asked this question in 05: Q&A
Discussion options

You must be logged in to vote

リロードをする、という条件においては axios.inceptors.response 内でも実装できます。
ただしリロードはすべての store もリフレッシュされてしまうため、注意が必要です。リフレッシュが目的であれば、個別で特定の store だけを fetch し直す方が健全かと思いますがいかがでしょうか。
現在検討中の方法では、 axios.interceptors.response 内でステータスコードに応じたカスタムエラーに詰め、エラーハンドラーで共通処理を実現する、という方法を取っています。

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by KentaHizume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
質問 更なる情報提供が必要
3 participants