Skip to content

Instantly share code, notes, and snippets.

View robertwbradford's full-sized avatar

Robert Bradford robertwbradford

View GitHub Profile
@robertwbradford
robertwbradford / HTMLComment.jsx
Last active August 30, 2018 21:09 — forked from alexeychikk/ReactComment.jsx
Simple React HTML comment
/*
This is a stripped down fork of https://gist.github.com/alexeychikk/bfe72a072a9a962f2da900b6151e4aae
<HTMLComment text="This will be displayed in an HTML comment" />
*/
import React, { Component } from "react";
import ReactDOM from "react-dom";
export default class HTMLComment extends Component {
componentDidMount() {