---
type: bookmarks
tags: ['use-sync-external-store', 'react']
status: release
ctime: 2025-01-06
mtime: 2025-01-06
---

`useSyncExternalStore` 활용 가능한 부분들

- [onLine](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/onLine)
- [matchMedia](https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia)
- [resize_event](https://developer.mozilla.org/ko/docs/Web/API/Window/resize_event)
- [scroll_event](https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event)
- [localStorage](https://developer.mozilla.org/ko/docs/Web/API/Window/localStorage)

---

- https://ko.react.dev/reference/react/useSyncExternalStore
- https://julesblom.com/writing/usesyncexternalstore
- https://thisweekinreact.com/articles/useSyncExternalStore-the-underrated-react-api
- https://www.56kode.com/posts/using-usesyncexternalstore-with-localstorage
