<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>zuboriradio</author_name>
  <author_url>https://blog.hatena.ne.jp/zuboriradio/</author_url>
  <blog_title>shimotsu tech</blog_title>
  <blog_url>https://shimotsu.hatenablog.com/</blog_url>
  <categories>
    <anon>React</anon>
    <anon>tools</anon>
  </categories>
  <description>React でコンポーネントを作る際（css modules を使う想定）、基本的には以下の2つのファイルを毎回作っています。 ▼ Component/index.tsx import React from 'react' import styles from './index.module.scss' const Component: React.FC = () =&gt; { return ( &lt;div className={styles.someStyle}&gt; &lt;/div&gt; ) } export default Component ▼ Component/index.module.scss .…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshimotsu.hatenablog.com%2Fentry%2F2022%2F01%2F21%2F192613&quot; title=&quot;Scaffdog で React コンポーネントに必要なファイルを自動生成する - shimotsu tech&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://cdn-ak.f.st-hatena.com/images/fotolife/z/zuboriradio/20220121/20220121192352.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-01-21 19:26:13</published>
  <title>Scaffdog で React コンポーネントに必要なファイルを自動生成する</title>
  <type>rich</type>
  <url>https://shimotsu.hatenablog.com/entry/2022/01/21/192613</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
