-
Notifications
You must be signed in to change notification settings - Fork 183
Translate "cache" #696
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Translate "cache" #696
Conversation
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
@smikitky |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビューをしましたので確認をよろしくお願いします。
src/content/reference/react/cache.md
Outdated
|
||
### `cache(fn)` {/*cache*/} | ||
|
||
Call `cache` outside of any components to create a version of the function with caching. | ||
キャッシュを持つバージョンの関数を作成するために、コンポーネントの外部で `cache` を呼び出します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
キャッシュを持つバージョンの関数を作成するために、コンポーネントの外部で `cache` を呼び出します。 | |
コンポーネントの外部で `cache` を呼び出して、キャッシュが有効化されたバージョンの関数を作成します。 |
他のリファレンス記事との表記統一です
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
横断的に見ていないとわからない部分のため、表記統一ありがとうございます 🙏
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
初期状態で隠れているレビューコメントを全部表示するのを忘れているようで、幾つかのレビューコメントに対応されていないようですので対応をお願いします。 またこちらの点についてもよろしくお願いします。 |
@smikitky すみません。まだ確認途中でした 🙏 残りのレビューコメントも確認します 🙇 また、バッチについて承知しました。対応します。 |
Co-authored-by: Soichiro Miki <smiki-tky@umin.ac.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございました!
一部微修正させていただきました。
@smikitky こちらこそ、丁寧に見て頂いてありがとうございました!微修正もありがとうございます 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 ありがとうございます!
"cache" の翻訳になります。