<?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 Archives</title>
	<atom:link href="https://openjavascript.info/category/react/feed/" rel="self" type="application/rss+xml" />
	<link>https://openjavascript.info/category/react/</link>
	<description>Learn the language of the web.</description>
	<lastBuildDate>Sun, 24 Dec 2023 00:51:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>

<image>
	<url>https://openjavascript.info/wp-content/uploads/2023/12/cropped-android-chrome-192x192-1-32x32.png</url>
	<title>React Archives</title>
	<link>https://openjavascript.info/category/react/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Create a Simple Counter in React</title>
		<link>https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/</link>
					<comments>https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sun, 24 Dec 2023 00:31:28 +0000</pubDate>
				<category><![CDATA[JavaScript projects]]></category>
		<category><![CDATA[React]]></category>
		<category><![CDATA[useState()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7073</guid>

					<description><![CDATA[<p>Get to know basic React by creating a counter application.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/">Create a Simple Counter in React</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/24/create-a-simple-counter-in-react/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create a Todo List Application in React (add, delete, and edit items)</title>
		<link>https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/</link>
					<comments>https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Sat, 23 Dec 2023 16:18:32 +0000</pubDate>
				<category><![CDATA[JavaScript projects]]></category>
		<category><![CDATA[React]]></category>
		<category><![CDATA[CRUD]]></category>
		<category><![CDATA[useState()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=7068</guid>

					<description><![CDATA[<p>Learn CRUD operations in React by building an editable todo list application.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/">Create a Todo List Application in React (add, delete, and edit items)</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/12/23/create-a-todo-list-application-in-react-add-delete-and-edit-items/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using innerHTML in React</title>
		<link>https://openjavascript.info/2023/11/07/using-innerhtml-in-react-2/</link>
					<comments>https://openjavascript.info/2023/11/07/using-innerhtml-in-react-2/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Tue, 07 Nov 2023 10:32:25 +0000</pubDate>
				<category><![CDATA[React]]></category>
		<category><![CDATA[dangerouslySetInnerHTML]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6964</guid>

					<description><![CDATA[<p>How to render a markup string as HTML inside an element in React.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/11/07/using-innerhtml-in-react-2/">Using innerHTML in React</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/11/07/using-innerhtml-in-react-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Prism syntax highlighter in React</title>
		<link>https://openjavascript.info/2023/11/06/using-prism-syntax-highlighter-in-react/</link>
					<comments>https://openjavascript.info/2023/11/06/using-prism-syntax-highlighter-in-react/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 06 Nov 2023 11:30:42 +0000</pubDate>
				<category><![CDATA[React]]></category>
		<category><![CDATA[prism]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<category><![CDATA[useEffect()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6944</guid>

					<description><![CDATA[<p>Apply beautiful syntax highlight to your code using Prism in React.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/11/06/using-prism-syntax-highlighter-in-react/">Using Prism syntax highlighter in React</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/11/06/using-prism-syntax-highlighter-in-react/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Add comments inside JSX in React</title>
		<link>https://openjavascript.info/2023/10/30/add-comments-inside-jsx-in-react/</link>
					<comments>https://openjavascript.info/2023/10/30/add-comments-inside-jsx-in-react/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 30 Oct 2023 07:33:08 +0000</pubDate>
				<category><![CDATA[React]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[JSX]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=6886</guid>

					<description><![CDATA[<p>Adding comments inside JSX code require a different approach from HTML or plain JavaScript.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2023/10/30/add-comments-inside-jsx-in-react/">Add comments inside JSX in React</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2023/10/30/add-comments-inside-jsx-in-react/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using the useEffect() hook in React</title>
		<link>https://openjavascript.info/2022/06/27/using-the-useeffect-hook-in-react/</link>
					<comments>https://openjavascript.info/2022/06/27/using-the-useeffect-hook-in-react/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 27 Jun 2022 06:49:05 +0000</pubDate>
				<category><![CDATA[React]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[useEffect()]]></category>
		<category><![CDATA[useState()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4807</guid>

					<description><![CDATA[<p>useEffect() runs code once on initial rendering or specific rerenders.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/27/using-the-useeffect-hook-in-react/">Using the useEffect() hook in React</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/27/using-the-useeffect-hook-in-react/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using the useState() hook in React.js</title>
		<link>https://openjavascript.info/2022/06/20/using-the-usestate-hook-in-react-js/</link>
					<comments>https://openjavascript.info/2022/06/20/using-the-usestate-hook-in-react-js/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Mon, 20 Jun 2022 08:31:52 +0000</pubDate>
				<category><![CDATA[React]]></category>
		<category><![CDATA[DOM manipulation]]></category>
		<category><![CDATA[useState()]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4652</guid>

					<description><![CDATA[<p>Trigger a re-rendering of your app each time the value of a variable changes.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/20/using-the-usestate-hook-in-react-js/">Using the useState() hook in React.js</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/20/using-the-usestate-hook-in-react-js/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using the Fetch API in React with functional components</title>
		<link>https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/</link>
					<comments>https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/#respond</comments>
		
		<dc:creator><![CDATA[OpenJavaScript]]></dc:creator>
		<pubDate>Thu, 16 Jun 2022 16:16:38 +0000</pubDate>
				<category><![CDATA[React]]></category>
		<category><![CDATA[Working with APIs]]></category>
		<category><![CDATA[fetch()]]></category>
		<category><![CDATA[HTTP requests]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[useEffect]]></category>
		<category><![CDATA[useState]]></category>
		<guid isPermaLink="false">https://openjavascript.info/?p=4634</guid>

					<description><![CDATA[<p>How to use JavaScript's native Fetch API to make HTTP requests in React.</p>
<p>The post <a rel="nofollow" href="https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/">Using the Fetch API in React with functional components</a> appeared first on <a rel="nofollow" href="https://openjavascript.info">OpenJavaScript.info</a>.</p>
]]></description>
		
					<wfw:commentRss>https://openjavascript.info/2022/06/16/using-the-fetch-api-in-react-with-functional-components/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
