<?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 &#8211; Slaviša Petković</title>
	<atom:link href="https://www.slavisapetkovic.com/tag/react/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.slavisapetkovic.com</link>
	<description>Full Stack Developer</description>
	<lastBuildDate>Sat, 07 May 2022 10:40:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.11</generator>

<image>
	<url>https://www.slavisapetkovic.com/wp-content/uploads/2017/04/slavisa-petkovic-logo-circle-mono-black.png</url>
	<title>react &#8211; Slaviša Petković</title>
	<link>https://www.slavisapetkovic.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Intro To React</title>
		<link>https://www.slavisapetkovic.com/development/react/</link>
		
		<dc:creator><![CDATA[slavisap]]></dc:creator>
		<pubDate>Mon, 03 Apr 2017 18:10:38 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[react]]></category>
		<guid isPermaLink="false">http://www.slavisapetkovic.com/?p=314</guid>

					<description><![CDATA[<p>React is often described as “the V in the MVC structure”. This also happens to be the least tangible explanation one could give a newcomer, as (V)iews are typically logic-less files that are driven by a controller. Further, frameworks like Angular, Backbone, Ember, and more already have sufficient view layers — which then begs the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.slavisapetkovic.com/development/react/">Intro To React</a> appeared first on <a rel="nofollow" href="https://www.slavisapetkovic.com">Slaviša Petković</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<script type="text/javascript" id="remixd-audio-player-script" src="https://tags-staging.remixd.com/player/v5/index.js" charset="utf-8" async=""></script>

  <script>
    if (!window._rmxd) {
      window._rmxd = {};
    };
    window._rmxd.theme = 'dark';
    window._rmxd.gamTargeting = {'interests': 'music', 'city': 'dallas', 'gender': 'male'};
  </script>



<p>React is often described as “the V in the MVC structure”. This also happens to be the least tangible explanation one could give a newcomer, as (V)iews are typically logic-less files that are driven by a controller. Further, frameworks like Angular, Backbone, Ember, and more already have sufficient view layers — which then begs the question, why do we need to replace the V in MVC with React?</p>



<p>The answer is that this framework doesn’t necessarily want to replace our views — it wants to augment them by allowing you to create highly reusable UI components (tab bars, comment boxes, pop up modals, lists, sortable tables, etc).</p>



<p>In other words, the big idea behind React is this: what if you could create your own HTML element that has customized functionality? For example, one could make a element that would display a textarea, run validations on the text typed into the textarea, submits the form when the enter key is pressed, etc — all just by including one line of code: . (For those of you coming from the Angular world, you can think of React Components as a close analogy to Directives).</p>



<h3>Components: The future of web development</h3>



<p>However, React is capable of becoming an entire replacement for your views because you can nest components. What is a view, but a large UI component?</p>
<p>The post <a rel="nofollow" href="https://www.slavisapetkovic.com/development/react/">Intro To React</a> appeared first on <a rel="nofollow" href="https://www.slavisapetkovic.com">Slaviša Petković</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.slavisapetkovic.com @ 2026-05-18 09:13:24 by W3 Total Cache
-->