We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
treasure_front_app/src/App.js
Line 56 in 3be6198
https://github.com/nasa-playground/treasure_front_app/blob/master/src/pages/index_article.js 一覧表示も実装してある!いいね!
https://github.com/nasa-playground/treasure_front_app/blob/master/src/pages/index_article.js#L27 削除済みだとアクセス出来ないからリストのリフレッシュのためにReloadしてるんだね、良さそう。
けど https://github.com/nasa-playground/treasure_front_app/blob/master/src/pages/index_article.js#L11 https://github.com/nasa-playground/treasure_front_app/blob/master/src/api.js#L19 引数がundefinedだから一応動作してるけれども、引数の数はちゃんとあわせたいね
treasure_front_app/src/pages/update_article.js
Lines 22 to 23 in 3be6198
add_articleと同じようなformを使うのであれば、共通化とかも考えてみて良いかもね。
あと細かい話だけど、
Lines 42 to 48 in 3be6198
ログインしていないとボタンを消すだけじゃなくて、ログイン必須の他の項目も消しちゃって良いかもね
全体的に良さそう:+1:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
treasure_front_app/src/App.js
Line 56 in 3be6198
Nice Router!
https://github.com/nasa-playground/treasure_front_app/blob/master/src/pages/index_article.js
一覧表示も実装してある!いいね!
https://github.com/nasa-playground/treasure_front_app/blob/master/src/pages/index_article.js#L27
削除済みだとアクセス出来ないからリストのリフレッシュのためにReloadしてるんだね、良さそう。
けど
https://github.com/nasa-playground/treasure_front_app/blob/master/src/pages/index_article.js#L11
https://github.com/nasa-playground/treasure_front_app/blob/master/src/api.js#L19
引数がundefinedだから一応動作してるけれども、引数の数はちゃんとあわせたいね
treasure_front_app/src/pages/update_article.js
Lines 22 to 23 in 3be6198
add_articleと同じようなformを使うのであれば、共通化とかも考えてみて良いかもね。
あと細かい話だけど、
treasure_front_app/src/App.js
Lines 42 to 48 in 3be6198
ログインしていないとボタンを消すだけじゃなくて、ログイン必須の他の項目も消しちゃって良いかもね
全体的に良さそう:+1:
The text was updated successfully, but these errors were encountered: