Overview
Returns a function that fetches the total follower count of any user, identified byuserId. 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 follower count to fetch.
Returns
Total number of followers for the specified user.
Related
- useFetchFollowersCount — get count for the current user
- useFetchFollowersByUserId — fetch the full list

