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 <smiki-tky@umin.ac.jp>
  • Loading branch information
locol23 and smikitky authored Oct 11, 2023
1 parent 66697ec commit 8c35cd7
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 @@ -170,7 +170,7 @@ export default function Precipitation({cityData}) {
// ...
}
```
ここでは、両方のコンポーネントが `./getWeekReport.js` からエクスポートされた <CodeStep step={3}>同じメモ化された関数</CodeStep> を呼び出して、同じキャッシュを読み書きします
これで、両方のコンポーネントが `./getWeekReport.js` からエクスポートされた<CodeStep step={3}>同じメモ化された関数</CodeStep>を呼び出して、同じキャッシュを読み書きするようになります
</Pitfall>

### データのスナップショットを共有する {/*take-and-share-snapshot-of-data*/}
Expand Down

0 comments on commit 8c35cd7

Please sign in to comment.