comments based on github issue(OAuth) for react.
yarn add @saber2pr/rc-gitment
export const config = {
username: "saber2pr",
repo: "rc-gitment",
client_id: "xxx",
client_secret: "xxx"
}
ReactDOM.render(<Comments {...config} />, document.querySelector("#root"))
saber2pr