Overview
Returns a function that fetches the total count of users the currently authenticated user follows. For getting another user’s following count, seeuseFetchFollowingCountByUserId.
Usage Example
Parameters
The hook returns a function that takes no parameters.Returns
Total number of users the current user is following.
Related
- useFetchFollowingCountByUserId — get count for any user
- useFetchFollowing — fetch the full list

