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
Returns a function that fetches the total count of users that a given user follows. This is a public endpoint — authentication is not required.Usage Example
Parameters
The hook returns a function. That function accepts:The ID of the user whose following count to fetch.
Returns
Total number of users that the specified user is following.
Related
- useFetchFollowingCount — get count for the current user
- useFetchFollowingByUserId — fetch the full list

