Skip to content
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

質問です(Reactの関数コンポーネントの自動更新について) #938

Open
megamoron opened this issue Nov 16, 2024 · 0 comments

Comments

@megamoron
Copy link

「Reactでいいねボタンを作ろう」のページの最後にonClickでReact内の状態を更新する機能を追加します。そこで疑問に思ったのは「なぜhandleClickを実行するだけで新しくなった値はすぐに反映されるんですか?」ということです。

所詮、LikeButtonの戻り値に入っているcountはただのnumberです。React内の状態へのポインターみたいなものだったら納得できますが、ただのnumberが自動的に変わるのは不思議に思います。

関連ページ: https://github.com/yytypescript/book/edit/master/docs/tutorials/react-like-button-tutorial.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant