Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useFetchEntity returns a function that fetches a single entity by its Replyke entity ID. Use this for on-demand fetches outside of EntityProvider.
Usage Example
Parameters
The Replyke entity ID to fetch.
Optional. Populate related fields. Accepted values:
"user", "space", "topComment", "saved", "files".Returns
The fetched entity. See Entity data model.

