<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>P2p on Minko Gechev&#39;s blog</title>
		<link>https://blog.mgechev.com/tags/p2p/</link>
		<description>Recent content in P2p on Minko Gechev&#39;s blog</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Wed, 03 Sep 2014 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://blog.mgechev.com/tags/p2p/feed.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>WebRTC chat with React.js</title>
				<link>https://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/</link>
				<pubDate>Wed, 03 Sep 2014 00:00:00 +0000</pubDate>
				<guid>https://blog.mgechev.com/2014/09/03/webrtc-peer-to-peer-chat-with-react/</guid>
				<description>&lt;p&gt;In this blog post I&amp;rsquo;m going to share how could be build WebRTC chat with &lt;a href=&#34;https://facebook.github.io/react/&#34;&gt;React.js&lt;/a&gt;. Before we continue lets describe briefly what React.js and WebRTC are.&lt;/p&gt;&#xA;&lt;p&gt;The application from this tutorial is &lt;a href=&#34;https://github.com/mgechev/ReactChat&#34;&gt;available at GitHub&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h4 id=&#34;reactjs&#34;&gt;React.js&lt;/h4&gt;&#xA;&lt;p&gt;React.js is &lt;a href=&#34;https://en.wikipedia.org/wiki/Reactive_programming&#34;&gt;reactive&lt;/a&gt; JavaScript framework, which helps you to build user interface. Facebook states that we can think of React as the &amp;ldquo;V&amp;rdquo; in MVC. React&amp;rsquo;s main aspect is the state. When the state of the application changes this automatically propagates through the application&amp;rsquo;s components. A React component is a self-contained module, which is composed by one or more other components. Usually the component depends on state, which is being provided by a parent component. May be the explanation seems quite abstract now, but during the tutorial the picture will get much more clear.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
