DEV Community

Discussion on: Simple comment section with vue components

Collapse
 
hoodlumz profile image
David Elstob

Nice post. Thanks. Just looking for a comment section for my Gridsome site and they recommend Disqus, but that will probably be too slow for my liking.

Your solution should be much faster, I presume?

Well I can only try and see how it goes. :)

Collapse
 
celyes profile image
Ilyes Chouia • Edited

when using disqus, don't show it right after the loading... let the user click "show comments" button which when clicked, loads the disqus system... i use this approach as a work-around to this problem as well as to achieve a good score in Google Lighthouse...

Collapse
 
tsanak profile image
tsanak

Sorry for my late reply.

Thank you for your comment!

I think Disqus offers a good solution for adding comments to your website, I have not tested the perfomance of it though.

The problem with my solution is that it doesn't have any backend so you should think of a way to handle listing & adding comments.

If you used this "plugin", then please let me know if you encountered any issues.

Full code can be found in github.com/tsanak/comments

Collapse
 
biefeng profile image
biefeng • Edited

sdasd