<?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 2 (Routes + Context)	</title>
	<atom:link href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/feed/" rel="self" type="application/rss+xml" />
	<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/</link>
	<description>I turn code into captivating user experiences for the web</description>
	<lastBuildDate>Sun, 23 Oct 2022 19:15:13 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>
		By: donddeveloper		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-60491</link>

		<dc:creator><![CDATA[donddeveloper]]></dc:creator>
		<pubDate>Sun, 23 Oct 2022 19:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-60491</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1837&quot;&gt;behrouz&lt;/a&gt;.

I am not sure if this anyone is still having issues with the React Router portion of the tutorial. Try switching the code up a little, like so:
*/wp/ = Direct Route Path
From:

To:
&#060;Route path=&#034;/wp/page&#034; element={} /&#062;
Do this in addition to]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1837">behrouz</a>.</p>
<p>I am not sure if this anyone is still having issues with the React Router portion of the tutorial. Try switching the code up a little, like so:<br />
*/wp/ = Direct Route Path<br />
From:</p>
<p>To:<br />
&lt;Route path=&quot;/wp/page&quot; element={} /&gt;<br />
Do this in addition to</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-55520</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 27 Sep 2022 21:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-55520</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1832&quot;&gt;Avish&lt;/a&gt;.

i&#039;ve had the exact same problem. I even downloaded the entire repository from his github and still can&#039;t get it working.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1832">Avish</a>.</p>
<p>i&#8217;ve had the exact same problem. I even downloaded the entire repository from his github and still can&#8217;t get it working.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nghia Bui		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-50090</link>

		<dc:creator><![CDATA[Nghia Bui]]></dc:creator>
		<pubDate>Wed, 03 Aug 2022 06:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-50090</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-34559&quot;&gt;kalpesh&lt;/a&gt;.

I think WP REST API is the best way for react theme to fetch server-side data.
https://developer.wordpress.org/rest-api/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-34559">kalpesh</a>.</p>
<p>I think WP REST API is the best way for react theme to fetch server-side data.<br />
<a href="https://developer.wordpress.org/rest-api/" rel="nofollow ugc">https://developer.wordpress.org/rest-api/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kalpesh		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-34559</link>

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

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1792&quot;&gt;Michael Soriano&lt;/a&gt;.

how to use ssr with this theme ? please help me]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1792">Michael Soriano</a>.</p>
<p>how to use ssr with this theme ? please help me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: behrouz		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1837</link>

		<dc:creator><![CDATA[behrouz]]></dc:creator>
		<pubDate>Thu, 30 Dec 2021 10:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-1837</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1814&quot;&gt;Gin&lt;/a&gt;.

my code not completely display]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1814">Gin</a>.</p>
<p>my code not completely display</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: behrouz		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1836</link>

		<dc:creator><![CDATA[behrouz]]></dc:creator>
		<pubDate>Thu, 30 Dec 2021 10:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-1836</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1814&quot;&gt;Gin&lt;/a&gt;.

this solve the problem for me also
i use two way for this problem and both way is working :
1.
        &#060;Route path=&#034;/page&#034; element={} /&#062;
2.
        &#060;Route path=&#034;wp-react/page&#034; element={} /&#062;
    ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1814">Gin</a>.</p>
<p>this solve the problem for me also<br />
i use two way for this problem and both way is working :<br />
1.<br />
        &lt;Route path=&quot;/page&quot; element={} /&gt;<br />
2.<br />
        &lt;Route path=&quot;wp-react/page&quot; element={} /&gt;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kate		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1835</link>

		<dc:creator><![CDATA[Kate]]></dc:creator>
		<pubDate>Sun, 31 Oct 2021 13:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-1835</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1806&quot;&gt;ltmutiwekuziwa&lt;/a&gt;.

Same problem! Did you fix that?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1806">ltmutiwekuziwa</a>.</p>
<p>Same problem! Did you fix that?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kalpesh mevada		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1834</link>

		<dc:creator><![CDATA[kalpesh mevada]]></dc:creator>
		<pubDate>Sun, 24 Oct 2021 04:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-1834</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1803&quot;&gt;Michael Soriano&lt;/a&gt;.

Warning: require(C:\xampp\htdocs\mortgage/wp-content/themes/barebones/inc/template-tags.php): failed to open stream: No such file or directory in C:\xampp\htdocs\mortgage\wp-content\themes\barebones\functions.php on line 154
give me error like this after add function.php file inside of public folder]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1803">Michael Soriano</a>.</p>
<p>Warning: require(C:\xampp\htdocs\mortgage/wp-content/themes/barebones/inc/template-tags.php): failed to open stream: No such file or directory in C:\xampp\htdocs\mortgage\wp-content\themes\barebones\functions.php on line 154<br />
give me error like this after add function.php file inside of public folder</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kalpesh mevada		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1833</link>

		<dc:creator><![CDATA[kalpesh mevada]]></dc:creator>
		<pubDate>Sun, 24 Oct 2021 04:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-1833</guid>

					<description><![CDATA[Hello .!
function.php  file is not working inside of template folder . please help me]]></description>
			<content:encoded><![CDATA[<p>Hello .!<br />
function.php  file is not working inside of template folder . please help me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Avish		</title>
		<link>https://michaelsoriano.com/wordpress-theme-react-part-2-routes-context/#comment-1832</link>

		<dc:creator><![CDATA[Avish]]></dc:creator>
		<pubDate>Wed, 21 Jul 2021 12:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsoriano.com/?p=7030#comment-1832</guid>

					<description><![CDATA[I am getting and blank screen after adding single.js and editing index.js, i have also added import Single from &#039;./templates/Single&#039;; but still facing same issue. i have gone through every step from this article and implemented but still showing blank white screen. no issue while compiling. Pleases help me ASAP]]></description>
			<content:encoded><![CDATA[<p>I am getting and blank screen after adding single.js and editing index.js, i have also added import Single from &#8216;./templates/Single&#8217;; but still facing same issue. i have gone through every step from this article and implemented but still showing blank white screen. no issue while compiling. Pleases help me ASAP</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
