When needing to count likes, views, etc per post whats the better approach?
I’m making an app using django where users can make posts. To add likes and views which can be counted and sent to be displayed on frontend i’m thinking of two approaches.
I’m making an app using django where users can make posts. To add likes and views which can be counted and sent to be displayed on frontend i’m thinking of two approaches.