@aryanmaske052005
we have a fix to be done on the website, As @kevaleaditya1 have added the live page count feature on the website. you can add the missing component which is already being created my me but its hidden currently. you can have the piece of code in the codebase.
below the navbar we had a count bar, which too shows the live count.
we dont need to make a call to backend like its happening. we just need to use to received data from the backend , which is being called by the another live count component on the homepage which exist on the homepage footer.
** just use the count in the top bar of the pagecount, so that we save doing an API call to fetch the same data**
@aryanmaske052005
we have a fix to be done on the website, As @kevaleaditya1 have added the live page count feature on the website. you can add the missing component which is already being created my me but its hidden currently. you can have the piece of code in the codebase.
below the navbar we had a count bar, which too shows the live count.
we dont need to make a call to backend like its happening. we just need to use to received data from the backend , which is being called by the another live count component on the homepage which exist on the homepage footer.
** just use the count in the top bar of the pagecount, so that we save doing an API call to fetch the same data**