<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>React | WATASHI.xyz</title>
	<atom:link href="https://watashi.xyz/tag/react/feed/" rel="self" type="application/rss+xml" />
	<link>https://watashi.xyz</link>
	<description>わたしの情報をわたします</description>
	<lastBuildDate>Thu, 28 Aug 2025 12:38:19 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://watashi.xyz/wp-content/uploads/2024/03/cropped-Watashi-32x32.png</url>
	<title>React | WATASHI.xyz</title>
	<link>https://watashi.xyz</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Reactでグローバル変数はどう使う？useContextで共有、window連携まで全解説！</title>
		<link>https://watashi.xyz/react-global-state/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 13 Jul 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=4402</guid>

					<description><![CDATA[<p>Reactで「グローバル変数」が必要になる理由から、useContextやuseStateを使った基本的な管理方法、TypeScriptとの連携、windowやローカルストレージとの使い分けまでを丁寧に解説。初心者の方でも、propsのバケツリレーに悩まずスッキリとした状態管理ができるようになります。</p>
The post <a href="https://watashi.xyz/react-global-state/">Reactでグローバル変数はどう使う？useContextで共有、window連携まで全解説！</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>なぜReactが再レンダリングされない？原因から強制レンダリングの具体例まで徹底解説！</title>
		<link>https://watashi.xyz/react-re-render/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 04 Jul 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[React]]></category>
		<category><![CDATA[エラー]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=4185</guid>

					<description><![CDATA[<p>Reactで「再レンダリングされない…」と悩んだことはありませんか？setStateやpropsが反映されない原因から、useEffectが発火しない落とし穴、そしてクラス・関数コンポーネントでの強制再レンダリングの方法まで解説。Reactのレンダリングに関する疑問をスッキリ解決したい方におすすめです。</p>
The post <a href="https://watashi.xyz/react-re-render/">なぜReactが再レンダリングされない？原因から強制レンダリングの具体例まで徹底解説！</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>React propsの渡し方がまるっとわかる！関数・配列・オブジェクト・型定義まで全対応ガイド</title>
		<link>https://watashi.xyz/react-props/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 01 Jul 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=4107</guid>

					<description><![CDATA[<p>Reactでのpropsの渡し方について親から子への基本的な渡し方、関数・オブジェクト・配列などの具体例や、関数コンポーネント・クラスコンポーネントでの使い分けまで解説。TypeScriptでの型定義や、よくあるエラーの対処法、useStateやonClickとの組み合わせ例も網羅。propsの知識が身につきます。</p>
The post <a href="https://watashi.xyz/react-props/">React propsの渡し方がまるっとわかる！関数・配列・オブジェクト・型定義まで全対応ガイド</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Create React Appは非推奨？今選ぶべきReact開発環境と技術選定【2025年版】</title>
		<link>https://watashi.xyz/deprecated-cra/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 30 Jun 2025 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=4089</guid>

					<description><![CDATA[<p>Create React Appがなぜ非推奨になったのか、React公式の見解や技術的な背景を解説します。ビルド速度や最新Reactとの非互換性など、避けられない課題に加え、今選ばれている代替ツール（Vite・Next.jsなど）の特徴や選び方も詳しくご紹介。React開発の現在地とこれからがわかる内容です。</p>
The post <a href="https://watashi.xyz/deprecated-cra/">Create React Appは非推奨？今選ぶべきReact開発環境と技術選定【2025年版】</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>ReactをCDNで利用した場合のuseState、useEffectの書き方</title>
		<link>https://watashi.xyz/react-usestate-cdn/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 05 Nov 2023 16:00:00 +0000</pubDate>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=880</guid>

					<description><![CDATA[<p>はじめに ReactをCDNから利用することは以前の記事で書きました。 ▼過去の記事はこちら Reactに限らずjavascriptのフレームワークでは状態管理が便利です。Reactの状態管理useStateとuseEf [&#8230;]</p>
The post <a href="https://watashi.xyz/react-usestate-cdn/">ReactをCDNで利用した場合のuseState、useEffectの書き方</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>これなら簡単！cdnでreactとjsxを呼び出してサイトに組み込む方法</title>
		<link>https://watashi.xyz/react-cdn/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 02 Nov 2023 14:22:23 +0000</pubDate>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=870</guid>

					<description><![CDATA[<p>はじめに javascriptの人気ライブラリ「React」ですが使用方法を調べるとnpmでインストールする方法にたどりつくと思います。 それも良いのですが既にReactなしで出来上がったサイトに組み込みたい時や気軽にR [&#8230;]</p>
The post <a href="https://watashi.xyz/react-cdn/">これなら簡単！cdnでreactとjsxを呼び出してサイトに組み込む方法</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>JSONファイルはコメントアウトできません。でもなんとかする方法</title>
		<link>https://watashi.xyz/json_commentout/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 25 Aug 2022 15:00:00 +0000</pubDate>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://watashi.xyz/?p=287</guid>

					<description><![CDATA[<p>JSONファイルでコメントアウトはできません Ajaxを利用して外部データを取得、それをもとにレンダリングをする機会がかなり増えてきました。 この外部データで一番使いやすいのはjsonファイルです。データ構造がまんまja [&#8230;]</p>
The post <a href="https://watashi.xyz/json_commentout/">JSONファイルはコメントアウトできません。でもなんとかする方法</a> first appeared on <a href="https://watashi.xyz">WATASHI.xyz</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
