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.

