<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/70/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>redux</title>
    <link>http://tech.saigonist.com/taxonomy/term/70/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>
  </channel>
</rss>
