PaulieScanlon / paulie-dev-2019-comments-repo

The repo that holds all the comments from paulie.dev
0 stars 0 forks source link

posts/2022/08/how-to-use-utterances-with-react/ #13

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Paul Scanlon | How to use Utterances with React

Ahoy! In this post I'll be explaining how I used the fantastic Utteranc.es 🔮 with React. On the below links you'll find an example site…

https://paulie.dev/posts/2022/08/how-to-use-utterances-with-react/

Gizmotronn commented 1 year ago

Nicely done!

ayoubbouguettaya commented 1 year ago

very useful

laymonage commented 1 year ago

Nice post, I like your breakdown of the React component.

You might want to look into giscus, which is like utterances but with GitHub Discussions instead of GitHub Issues. It has an actively maintained component library for React and other frameworks too, so you don't have to write your own client component.

Disclaimer: I'm the author 😄