<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>全国個人事業主支援協会 | R.T. | Activity</title>
	<link>https://kojinjigyou.org/member-index/takashima_r4944/activity/</link>
	<atom:link href="https://kojinjigyou.org/member-index/takashima_r4944/activity/feed/" rel="self" type="application/rss+xml" />
	<description>R.T. についてのアクティビティフィード。</description>
	<lastBuildDate>Wed, 08 Apr 2026 16:01:13 +0900</lastBuildDate>
	<generator>https://buddypress.org/?v=6.3.0</generator>
	<language>ja</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">083dae00a651033da2337fe1558437a7</guid>
				<title>R.T. wrote a new post, React in 2026 — 今のReact開発者が知っておくべき最新トレンド</title>
				<link>https://kojinjigyou.org/?p=109934</link>
				<pubDate>Sun, 01 Feb 2026 00:40:50 +0900</pubDate>

									<content:encoded><![CDATA[<p>2026年のフロントエンド開発は、「高速化」と「サーバー機能の統合」が標準になった世界です。React 19の安定稼働や React Compiler の本格導入により、私たちが知っていたReact開発の常識は大きく変わりつつあります。<br />
本記事では、2026年現在のReactエコシステムで起きている主な変化をまとめ、今後の開発に活かせるポ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">016ade876dbb365731154834229d9c2b</guid>
				<title>R.T. wrote a new post, React 19.2の新機能：開発者が知っておくべき5つのポイント</title>
				<link>https://kojinjigyou.org/?p=107997</link>
				<pubDate>Thu, 15 Jan 2026 00:40:28 +0900</pubDate>

									<content:encoded><![CDATA[<p>2025年10月、React 19.2がリリースされました。React 19、19.1に続く第3弾となる今回のアップデートでは[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">59ef0a6c4795a9d0f30ec0615552e45e</guid>
				<title>R.T. wrote a new post, TypeScriptの型ガード完全ガイド：安全な型の絞り込み方</title>
				<link>https://kojinjigyou.org/?p=105246</link>
				<pubDate>Tue, 16 Dec 2025 02:02:21 +0900</pubDate>

									<content:encoded><![CDATA[<p>TypeScriptの型ガード完全ガイド：安全な型の絞り込み方<br />
TypeScriptを書いていると、unknownやunion型を扱う場面が必ず出てきます。そんなとき必要になるのが型ガードです。</p>
<p>この記事では、型ガードの4つの方法を実際のコードとともに解説します。<br />
型ガードとは<br />
型ガードとは、条件分岐によって変数の型を絞り込む仕組みです。TypeScriptコンパイラは、型ガードの結果を理解して、ブロック内での型を[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">072af4933c316cdc6b866d95b5638391</guid>
				<title>R.T. wrote a new post, TypeScript: なぜJavaScript開発者が乗り換えているのか</title>
				<link>https://kojinjigyou.org/?p=102019</link>
				<pubDate>Sat, 01 Nov 2025 07:15:44 +0900</pubDate>

									<content:encoded><![CDATA[<p>TypeScriptはここ数年で最も人気のあるプログラミング言語の一つになりました。その理由は明白です。JavaScriptを書いている開発者でTypeScriptを学ぼうか迷っている人は、この記事でTypeScriptが何で、なぜ重要なのかを理解できるでしょう。</p>
<p>TypeScriptは簡単に言えば「型付きのJavaScript」です。Microsoftが2012年に開発したもので、JavaScr[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">da1a84bc834506e42063d80264acdb00</guid>
				<title>R.T. wrote a new post, TypeScriptの型ガードとユーザー定義型ガードによる安全なコード実装</title>
				<link>https://kojinjigyou.org/?p=99491</link>
				<pubDate>Wed, 01 Oct 2025 00:31:06 +0900</pubDate>

									<content:encoded><![CDATA[<p>TypeScriptの強力な型システムの中でも、型ガードは実行時の型安全性を保証する重要な機能です。特にユーザー定義型ガードを活用することで、複雑な型の判定ロジックをカプセル化し、より保守性の高いコードを実現できます。本記事では、型ガードの基本から応用まで、実践的な例を交えながら解説します。</p>
<p>型ガードとは何か</p>
<p>型ガードは、特定のスコープ内で変数の型を絞り込む式やステートメントのことです。TypeScriptのコンパ[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c4cb9074cc56981c0f6c6ee58e78ca86</guid>
				<title>R.T. wrote a new post, React 19の新機能まとめ</title>
				<link>https://kojinjigyou.org/?p=97242</link>
				<pubDate>Wed, 10 Sep 2025 09:36:19 +0900</pubDate>

									<content:encoded><![CDATA[<p>React 19が2024年12月にリリースされ、いくつかの重要な機能が追加されました。今回は主要な変更点についてまとめていきます。</p>
<p>1. React Compiler<br />
React 19の最大の目玉機能として、React Compilerが正式に導入されました。これまでuseMemo、useCallback、React.memoなどを使って手動で最適化していた部分を、コンパイラが自動的[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">dd35a1bec77d0e12bf9a35ef573859f7</guid>
				<title>R.T. さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/37029/</link>
				<pubDate>Wed, 10 Sep 2025 09:34:29 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ff06dd41351d5d5d0888e606ccc29065</guid>
				<title>R.T. wrote a new post, Excelの「修復されたレコード」エラーを簡単に解決する方法</title>
				<link>https://kojinjigyou.org/?p=96286</link>
				<pubDate>Sat, 30 Aug 2025 12:55:40 +0900</pubDate>

									<content:encoded><![CDATA[<p>Excelファイルを開いた際に「修復されたレコード: /xl/sharedStrings.xml」というエラーメッセージが表示されて[&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a00d43cbd1ec9779e63a671a231ff90f</guid>
				<title>R.T. さんがプロフィール写真を変更しました</title>
				<link>https://kojinjigyou.org/member-activity/p/36695/</link>
				<pubDate>Sat, 30 Aug 2025 12:49:52 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">68d4bac04a7fe5f7dbb8833488ad857f</guid>
				<title>R.T. さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/36694/</link>
				<pubDate>Sat, 30 Aug 2025 12:46:51 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">fb720de12bdcbcf0f5753f4c6f0b2c28</guid>
				<title>R.T. さんのプロフィールが更新されました。</title>
				<link>https://kojinjigyou.org/member-activity/p/36037/</link>
				<pubDate>Fri, 22 Aug 2025 02:56:56 +0900</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>