<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Let’s build a WordPress theme with React: Part 3 (The Loop)	</title>
	<atom:link href="https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Sun, 10 Jul 2022 17:56:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: kalpesh		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-34561</link>

		<dc:creator><![CDATA[kalpesh]]></dc:creator>
		<pubDate>Tue, 05 Apr 2022 12:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-34561</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1776&quot;&gt;Ludson Aiello&lt;/a&gt;.

same to need me, if have please give us code]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1776">Ludson Aiello</a>.</p>
<p>same to need me, if have please give us code</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jamie Howard		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1783</link>

		<dc:creator><![CDATA[Jamie Howard]]></dc:creator>
		<pubDate>Mon, 09 Aug 2021 14:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1783</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1780&quot;&gt;Call Me T&lt;/a&gt;.

This is exactly where I got stuck :-(]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1780">Call Me T</a>.</p>
<p>This is exactly where I got stuck 🙁</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jamie Howard		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1782</link>

		<dc:creator><![CDATA[Jamie Howard]]></dc:creator>
		<pubDate>Mon, 09 Aug 2021 14:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1782</guid>

					<description><![CDATA[Unfortunately this tutorial seems broken at the moment - in Context.js the function:
let restType = this.getRestType(props.router.match.path);
getRestType is undefined!
Be great to be able to get past this! Hope you can update us :-)]]></description>
			<content:encoded><![CDATA[<p>Unfortunately this tutorial seems broken at the moment &#8211; in Context.js the function:<br />
let restType = this.getRestType(props.router.match.path);<br />
getRestType is undefined!<br />
Be great to be able to get past this! Hope you can update us 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bicky		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1781</link>

		<dc:creator><![CDATA[Bicky]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 07:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1781</guid>

					<description><![CDATA[What are the changes to permalinks in WordPress to match our route?]]></description>
			<content:encoded><![CDATA[<p>What are the changes to permalinks in WordPress to match our route?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Call Me T		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1780</link>

		<dc:creator><![CDATA[Call Me T]]></dc:creator>
		<pubDate>Fri, 14 Aug 2020 08:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1780</guid>

					<description><![CDATA[Your tutorial saves my days but...
In Context.js line there is no function called getRestType()]]></description>
			<content:encoded><![CDATA[<p>Your tutorial saves my days but&#8230;<br />
In Context.js line there is no function called getRestType()</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Devon Welch		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1779</link>

		<dc:creator><![CDATA[Devon Welch]]></dc:creator>
		<pubDate>Thu, 13 Aug 2020 20:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1779</guid>

					<description><![CDATA[Hi Michael,
Thanks for the post. I am wondering how React based themes work with WordPress plugins, I am aware you can pull from the generic WordPress API&#039;s to grab posts and what-not, but what about a random calendar plugin for example, or anything for that matter. How does react deal with these?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Michael,<br />
Thanks for the post. I am wondering how React based themes work with WordPress plugins, I am aware you can pull from the generic WordPress API&#8217;s to grab posts and what-not, but what about a random calendar plugin for example, or anything for that matter. How does react deal with these?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Unai		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1778</link>

		<dc:creator><![CDATA[Unai]]></dc:creator>
		<pubDate>Tue, 21 Apr 2020 18:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1778</guid>

					<description><![CDATA[I have some errors and need some functions. For example pos.length get error]]></description>
			<content:encoded><![CDATA[<p>I have some errors and need some functions. For example pos.length get error</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Atonio Nicasio		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1777</link>

		<dc:creator><![CDATA[Atonio Nicasio]]></dc:creator>
		<pubDate>Tue, 25 Feb 2020 21:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1777</guid>

					<description><![CDATA[great tutorial and easy to understand and implements]]></description>
			<content:encoded><![CDATA[<p>great tutorial and easy to understand and implements</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ludson Aiello		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1776</link>

		<dc:creator><![CDATA[Ludson Aiello]]></dc:creator>
		<pubDate>Thu, 20 Feb 2020 08:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1776</guid>

					<description><![CDATA[I&#039;ve the same MO question, any way to transform this in an SSR to use the fast of loading without break the SEO?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve the same MO question, any way to transform this in an SSR to use the fast of loading without break the SEO?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mo		</title>
		<link>https://michaelsoriano.com/lets-build-a-wordpress-theme-with-react-part-3-the-loop/#comment-1775</link>

		<dc:creator><![CDATA[Mo]]></dc:creator>
		<pubDate>Wed, 15 Jan 2020 08:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=6985#comment-1775</guid>

					<description><![CDATA[Thanks a lot to sharing knowledge!.
since the react client side rendering, do you have idea about handle the SEO on this situation.]]></description>
			<content:encoded><![CDATA[<p>Thanks a lot to sharing knowledge!.<br />
since the react client side rendering, do you have idea about handle the SEO on this situation.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
