<p>I've started playing with <a href="https://github.com/myitcv/react">myitcv.io/react</a> and it seems like a nice package for using React with GopherJS. However, the godocs are pretty sparse because the code itself is lightly commented.</p>
<p>While it has many HTML5 element types, it is missing a few, and as luck would have it, the web app that I am translating from Elm uses <code><main></main></code>, one of the missing elements.</p>
<p>I am trying to figure out how to create a custom element in this library, but it is not clear. Has anyone done this without forking the repo and modifying it? How?</p>
<hr/>**评论:**<br/><br/>brianketelsen: <pre><p>I copied a link to this question into gophers.slack.com in the #gopherjs channel where Paul Jolly is known to chat.</p></pre>myitcv: <pre><p>Thanks for the interest - I've responded to your PR over at <a href="https://github.com/myitcv/react/pull/117" rel="nofollow">https://github.com/myitcv/react/pull/117</a> with a more comprehensive answer.</p></pre>
