<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>react &#8211; DPS Computing</title>
	<atom:link href="https://www.dpscomputing.com/blog/tag/react/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dpscomputing.com/blog</link>
	<description>Your Ultimate Computing Website!</description>
	<lastBuildDate>Tue, 30 May 2023 17:07:03 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">49919150</site>	<item>
		<title>Prevent usage of Array index in keys &#8211; React</title>
		<link>https://www.dpscomputing.com/blog/2023/05/30/prevent-usage-of-array-index-in-keys-react/</link>
					<comments>https://www.dpscomputing.com/blog/2023/05/30/prevent-usage-of-array-index-in-keys-react/#respond</comments>
		
		<dc:creator><![CDATA[DPS David]]></dc:creator>
		<pubDate>Tue, 30 May 2023 17:07:01 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Development Issues]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fix prevent usage of array index in keys]]></category>
		<category><![CDATA[fix react errors]]></category>
		<category><![CDATA[fix react warnings]]></category>
		<category><![CDATA[jslint]]></category>
		<category><![CDATA[jsx lint]]></category>
		<category><![CDATA[prevent usage of array index in keys]]></category>
		<category><![CDATA[prevent usage of array index in keys tutorial]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[react development]]></category>
		<category><![CDATA[react errors]]></category>
		<category><![CDATA[react warnings]]></category>
		<guid isPermaLink="false">https://www.dpscomputing.com/blog/?p=3947</guid>

					<description><![CDATA[So, React has thrown you a curveball &#8211; or, you&#8217;ve discovered when linting your getting a warning saying &#8220;Prevent usage of Array index in keys&#8221;. Huh? Well, you probably already know the issue, but&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://www.dpscomputing.com/blog/2023/05/30/prevent-usage-of-array-index-in-keys-react/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3947</post-id>	</item>
		<item>
		<title>Warning: Each child in a list should have a unique &#8220;key&#8221; prop.</title>
		<link>https://www.dpscomputing.com/blog/2022/04/23/warning-each-child-in-a-list-should-have-a-unique-key-prop/</link>
					<comments>https://www.dpscomputing.com/blog/2022/04/23/warning-each-child-in-a-list-should-have-a-unique-key-prop/#respond</comments>
		
		<dc:creator><![CDATA[DPS David]]></dc:creator>
		<pubDate>Sat, 23 Apr 2022 17:56:53 +0000</pubDate>
				<category><![CDATA[Development Issues]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[react development]]></category>
		<category><![CDATA[react development issues]]></category>
		<category><![CDATA[react issues]]></category>
		<category><![CDATA[react key prop]]></category>
		<category><![CDATA[react props]]></category>
		<category><![CDATA[react props error]]></category>
		<category><![CDATA[react unique key prop]]></category>
		<category><![CDATA[Warning: Each child in a list should have a unique "key" prop]]></category>
		<guid isPermaLink="false">https://www.dpscomputing.com/blog/?p=3328</guid>

					<description><![CDATA[After you&#8217;ve used React for only a short time, you&#8217;re likely to come across one of these warnings. Even experienced developers come across this error &#8211; usually due to an oversight in their code.&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://www.dpscomputing.com/blog/2022/04/23/warning-each-child-in-a-list-should-have-a-unique-key-prop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3328</post-id>	</item>
		<item>
		<title>React.createElement: type is invalid &#8212; expected a string</title>
		<link>https://www.dpscomputing.com/blog/2022/04/16/react-createelement-type-is-invalid-expected-a-string/</link>
					<comments>https://www.dpscomputing.com/blog/2022/04/16/react-createelement-type-is-invalid-expected-a-string/#respond</comments>
		
		<dc:creator><![CDATA[DPS David]]></dc:creator>
		<pubDate>Sat, 16 Apr 2022 13:25:10 +0000</pubDate>
				<category><![CDATA[Development Issues]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[react custom components]]></category>
		<category><![CDATA[react development]]></category>
		<category><![CDATA[react error]]></category>
		<category><![CDATA[react import export]]></category>
		<category><![CDATA[React.createElement error]]></category>
		<category><![CDATA[React.createElement: type is invalid -- expected a string]]></category>
		<category><![CDATA[reactjs]]></category>
		<category><![CDATA[reactjs error]]></category>
		<guid isPermaLink="false">https://www.dpscomputing.com/blog/?p=3284</guid>

					<description><![CDATA[One of the most common import/export errors when using React is the error: This somewhat cryptic error usually has a simple solution. More often than note a quick notation fix can solve the issue.&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://www.dpscomputing.com/blog/2022/04/16/react-createelement-type-is-invalid-expected-a-string/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3284</post-id>	</item>
		<item>
		<title>Webpack Imported Module Error During Redux Fundamentals</title>
		<link>https://www.dpscomputing.com/blog/2020/04/30/webpack-imported-module-error-during-redux-fundamentals/</link>
					<comments>https://www.dpscomputing.com/blog/2020/04/30/webpack-imported-module-error-during-redux-fundamentals/#respond</comments>
		
		<dc:creator><![CDATA[DPS David]]></dc:creator>
		<pubDate>Thu, 30 Apr 2020 05:50:47 +0000</pubDate>
				<category><![CDATA[Development Issues]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[react issues]]></category>
		<category><![CDATA[react webpack module error]]></category>
		<category><![CDATA[redux]]></category>
		<category><![CDATA[webpack]]></category>
		<category><![CDATA[webpack imported module error]]></category>
		<guid isPermaLink="false">https://www.dpscomputing.com/blog/?p=2867</guid>

					<description><![CDATA[There&#8217;s a great Redux Fundamentals course over on Pluralsight &#8211; but some (including myself) have probably encountered a frustrating error that doesn&#8217;t appear to happen in the course. A webpack imported module error: This&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://www.dpscomputing.com/blog/2020/04/30/webpack-imported-module-error-during-redux-fundamentals/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2867</post-id>	</item>
		<item>
		<title>React: Import CSS &#8211; Unexpected Token</title>
		<link>https://www.dpscomputing.com/blog/2020/04/28/react-import-css-unexpected-token/</link>
					<comments>https://www.dpscomputing.com/blog/2020/04/28/react-import-css-unexpected-token/#respond</comments>
		
		<dc:creator><![CDATA[DPS David]]></dc:creator>
		<pubDate>Tue, 28 Apr 2020 19:50:05 +0000</pubDate>
				<category><![CDATA[Development Issues]]></category>
		<category><![CDATA[babel configuration css]]></category>
		<category><![CDATA[css unexpected token]]></category>
		<category><![CDATA[css-modules-transform]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[react css]]></category>
		<category><![CDATA[react css import]]></category>
		<category><![CDATA[react css unexpected token]]></category>
		<category><![CDATA[react issues]]></category>
		<category><![CDATA[styling react components]]></category>
		<guid isPermaLink="false">https://www.dpscomputing.com/blog/?p=2862</guid>

					<description><![CDATA[React is a Javascript framework growing in popularity by the day. Open sourced by Facebook a few years ago, its reach has stretched far and wide. Most developers starting off with React will start&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://www.dpscomputing.com/blog/2020/04/28/react-import-css-unexpected-token/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2862</post-id>	</item>
		<item>
		<title>React Router &#8211; URL Changes, Component Doesn&#8217;t</title>
		<link>https://www.dpscomputing.com/blog/2020/04/25/react-router-url-changes-component-doesnt/</link>
					<comments>https://www.dpscomputing.com/blog/2020/04/25/react-router-url-changes-component-doesnt/#respond</comments>
		
		<dc:creator><![CDATA[DPS David]]></dc:creator>
		<pubDate>Sat, 25 Apr 2020 14:29:22 +0000</pubDate>
				<category><![CDATA[Development Issues]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[react development]]></category>
		<category><![CDATA[react route page does not appear]]></category>
		<category><![CDATA[react router]]></category>
		<category><![CDATA[react router not working]]></category>
		<category><![CDATA[react router only url changes]]></category>
		<category><![CDATA[react router page does not change]]></category>
		<guid isPermaLink="false">https://www.dpscomputing.com/blog/?p=2858</guid>

					<description><![CDATA[There&#8217;s nothing more frustrating when something just doesn&#8217;t work. And coding is no exception. You&#8217;re searching high and low, your Link component is fine, and you&#8217;ve been through your code a million times. The&#46;&#46;&#46;]]></description>
		
					<wfw:commentRss>https://www.dpscomputing.com/blog/2020/04/25/react-router-url-changes-component-doesnt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2858</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.dpscomputing.com @ 2026-06-09 14:50:22 by W3 Total Cache
-->