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
useFetchUser returns a function that fetches a user’s public profile by their Replyke user ID. Use this when you have the user’s id and need to load their profile on demand.
Usage Example
Parameters
The hook returns a function. That function accepts:The Replyke user ID to fetch.
Optional. Pass
"files" to populate avatarFile and bannerFile with full File objects.Returns
The user’s public profile. See User data model.

