Gatsby Plugin for JustComments
Create an account at https://just-comments.com to get an API key. Then install:
npm install gatsby-plugin-just-comments --save
import JustComments from 'gatsby-plugin-just-comments';
// in your component
<JustComments
apikey="YOUR API KEY"
/>
The component accepts all parameters described in the docs without the data-
prefix.
The implementation does not server-render the comments at the moment