Closed harsh7in closed 4 years ago
Interested @harsh-9in , Please assign this to me.
Go ahead @ManishShah120 :+1:
Hey @harsh-9in, Can you provide me some links in reference to this issue, I am having a hard time to find some resources which I can follow to solve this issue. --Thank You
Hey, @ManishShah120 for this you require knowledge of ajax. After using ajax you can asynchronously make calls to the server and it will not require to refresh the page. I have attached some source to get an idea of ajax. https://www.youtube.com/watch?v=KgnPSmrQrXI
if you have any doubt feel free to ping.
Describe the bug we have a view count feature which counts the no of time that a blog is viewed but it requires refreshing for increasing that no. It should be done without refreshing which means asynchronously.
To Reproduce Steps to reproduce the behavior:
Expected behavior It should be done without refreshing which means asynchronously.