Skip to content

Commit

Permalink
Update src/content/reference/react/cache.md
Browse files Browse the repository at this point in the history
Co-authored-by: Soichiro Miki <[email protected]>
  • Loading branch information
locol23 and smikitky authored Oct 11, 2023
1 parent 9f44fd3 commit dbd50bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ async function AnimatedWeatherCard({city}) {

### データをプリロードする {/*preload-data*/}

長時間実行されるデータ取得をキャッシュすることで、コンポーネントのレンダー前に非同期処理を開始することができます。
時間のかかるデータ取得をキャッシュすることで、コンポーネントのレンダー前に非同期処理を開始することができます。

```jsx [[2, 6, "await getUser(id)"], [1, 17, "getUser(id)"]]
const getUser = cache(async (id) => {
Expand Down

0 comments on commit dbd50bd

Please sign in to comment.