Skip to content

Instantly share code, notes, and snippets.

View justin-the-developer's full-sized avatar
🎯
Focusing

Justin Lee justin-the-developer

🎯
Focusing
View GitHub Profile
@cometkim
cometkim / utteranc.tsx
Created March 2, 2018 09:51
React Utteranc 댓글 컴포넌트
import * as React from 'react'
interface UtterancProps {
repo: string
branch: string
issueTerm: string
}
export default class Utteranc extends React.PureComponent<UtterancProps> {
instance: HTMLDivElement = null;