<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kikiki-kiki</author_name>
  <author_url>https://blog.hatena.ne.jp/kikiki-kiki/</author_url>
  <blog_title>かもメモ</blog_title>
  <blog_url>https://chaika.hatenablog.com/</blog_url>
  <categories>
    <anon>React</anon>
    <anon>JSX</anon>
    <anon>JavaScript</anon>
  </categories>
  <description>ReactのJSXで複数のタグを返すコンポーネントを作りたい時 JSXはルートが1つのタグでないとエラーになる 例がアレだけど、これはエラーになる function ListData() { // トップの改装に複数のタグあるとエラーになる return ( &lt;li&gt;星宮いちご&lt;/li&gt; &lt;li&gt;霧矢あおい&lt;/li&gt; &lt;li&gt;紫吹蘭&lt;/li&gt; ); } class List extends React.Component { render() { return ( &lt;ul&gt; &lt;ListData /&gt; &lt;/ul&gt; ) } } ReactDOM.render( &lt;List /&gt;, document…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaika.hatenablog.com%2Fentry%2F2019%2F03%2F23%2F090000&quot; title=&quot;React 複数のタグを返して render したい - かもメモ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://images-fe.ssl-images-amazon.com/images/I/51b4ZacFu-L._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-03-23 09:00:00</published>
  <title>React 複数のタグを返して render したい</title>
  <type>rich</type>
  <url>https://chaika.hatenablog.com/entry/2019/03/23/090000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
