/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
client/reader/data/comments/index.ts
8 строк
545 B
Gabriel Caires
Reader: Migrate comments to React Query (#111084)
27 май 2026, 22:46
Не верифицирован
27 май 2026, 22:46
71fcc71
Код
Авторство
О чём код?
export { isCommentsApiDisabledError, useCommentsApiDisabled } from './api-disabled'; export { useComment, useCommentsById } from './use-comment'; export { useCommentLikeMutations } from './use-comment-like-mutations'; export { useComments } from './use-comments'; export { usePostCommentActions } from './use-post-comment-actions'; export { usePostCommentsApiDisabled } from './use-post-comments-api-disabled'; export { buildCommentsTreeForDisplay, mergeCommentLists } from './normalization'; export { updateCommentLikeInCache } from './cache';