React-gist-embed
A simple react component to dynamically render a gist embed
Introduction
Getting started
Install via npm:
npm install --save react-gist-embed
Then simply require and pass a gistId.
var GistEmbed = ; <GistEmbed gistId='a759fd68208808020598'/>