-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
【開発】Typescript + React に変更する #26
Comments
Typescript は導入出来たが、Vscodeが補完出来ない。 原因の追求は明日まで行い、それでも無理な場合は警告を無視させる |
いろいろと試したが、結局 import で エラーになってしまう。 |
Jastin-Infj
added a commit
that referenced
this issue
Jun 8, 2023
Jastin-Infj
added a commit
that referenced
this issue
Jun 8, 2023
投稿完了 |
Jastin-Infj
added a commit
that referenced
this issue
Jun 9, 2023
Jastin-Infj
added a commit
that referenced
this issue
Jun 13, 2023
Jastin-Infj
added a commit
that referenced
this issue
Jun 13, 2023
#41 にマージしました |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Javascript のみでも動くが、大規模になっていくにつれて引数の型が分からなくなってしまう。
いちいち、console.log を打って動作を確認する必要が出てくる可能性がある。
また、時間が立った後に、コードが読みづらくなってしまうのを少しでも減らすため
React で 型を定義するのは面倒だが、後々Reactを触るにつれて、型がわかっていれば、React の内部ライブラリを読めるのが大きいと判断。
The text was updated successfully, but these errors were encountered: