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.
useIncrementEntityViews
Overview
TheuseIncrementEntityViews hook is used to increment the view count of a specific entity. It ensures that the view count is incremented only once per entity per session by tracking the status internally.
Usage Example
Parameters & Returns
Parameters
The hook returns a function that accepts an object with the following fields:The unique ID of the entity to increment the views for.

