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 follower count of the currently authenticated user. For getting another user’s follower count, seeuseFetchFollowersCountByUserId.
Usage Example
Parameters
The hook returns a function that takes no parameters.Returns
Total number of users following the current user.
Related
- useFetchFollowersCountByUserId — get count for any user
- useFetchFollowers — fetch the full list

