<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/60/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>react</title>
    <link>http://tech.saigonist.com/taxonomy/term/60/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Creating forms with callbacks in React+Redux</title>
    <link>http://tech.saigonist.com/b/code/creating-forms-callbacks-reactredux</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;February 21, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/react&quot;&gt;react&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/redux&quot;&gt;redux&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/es6&quot;&gt;es6&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;In React, you have some simple/dumb components which are just html and other components and maybe render some values which are passed in. It becomes a little trickier when you want to add some functionality to the component, such as form elements - inputs and buttons and submit actions. What I mean by &quot;forms with callbacks&quot; is that you want to execute some JavaScript and also change state in your React app, but do so without giving direct access to state to the component. Instead here&#039;s one way to do it.&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;Draw out the HTML (don&#039;t worry about using React components yet) in JSX&lt;/li&gt;...&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sat, 20 Feb 2016 18:06:33 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">34 at http://tech.saigonist.com</guid>
  </item>
  <item>
    <title>Developer interview: What is AngularJS and What about Angular 2?</title>
    <link>http://tech.saigonist.com/b/code/developer-interview-what-angularjs-and-what-about-angular-2</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;January 12, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/angular&quot;&gt;angular&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/react&quot;&gt;react&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;My friend Chau is a long-time Microsoft / .Net developer who has recently switched his company&#039;s focus to single-page apps (SPAs), especially web apps built using Angular. He&#039;s preparing to use Angular 2.0 now. I asked him to explain Angular a bit.&lt;/p&gt;

&lt;h4&gt;What is Angular?&lt;/h4&gt;

&lt;p&gt;A popular (frontend web) UI framework for single page applications (SPA) from Google.&lt;/p&gt;

&lt;h4&gt;What does it replace? There are a lot of JavaScript frameworks out there nowadays, so why this one?&lt;/h4&gt;

&lt;p&gt;We started out using Knockout for 2-way binding mostly but it didn&#039;t
take care of anything outside of that....&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Tue, 12 Jan 2016 04:29:00 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">29 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
