beerose / use-comments

React hook to effortlessly add a comment section to your website, and start the discussion on your content.
https://use-comments.netlify.app/
MIT License
171 stars 6 forks source link

feature request: enable adding reactions #6

Closed kolharsam closed 3 years ago

kolharsam commented 3 years ago

along with the current support for text-based comments, we could also potentially support reactions like shown here (image based on Disqus)

image

to begin with, it can be made common for each unique post(and can be enabled at users' discretion) and eventually we could add support for reactions to other comments as well.

I could also try my hand in implementing this.

beerose commented 3 years ago

Hey, thanks for the feedback. I was thinking about it, and I have some ideas about it, but I'm not sure it will be a part of this library. You can check out https://www.commont.app/, a hosted version of this project, where I plan to add it soon.