<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redux on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/redux/</link>
    <description>Recent content in Redux on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 20 Apr 2017 12:46:18 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/redux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Debounce a redux dispatch method in a react component</title>
      <link>https://janikvonrotz.ch/2017/04/20/debounce-a-redux-dispatch-method-in-a-react-component/</link>
      <pubDate>Thu, 20 Apr 2017 12:46:18 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/04/20/debounce-a-redux-dispatch-method-in-a-react-component/</guid>
      <description>&lt;p&gt;Tightly connected reactivity in a react application has the side effect that it is sometimes necessary to delay the execution of a method. Assume you have a search input field that filters elements while typing, every field input creates a search request. In order to get rid of unnecessary search requests you have to wait until a user has finished typing and then start the search. To make this work without a search button, you have to intercept repeating executions (debounce) of the search method within a specified time frame and delay the execution of the last call.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Make your Redux React app multilingual</title>
      <link>https://janikvonrotz.ch/2017/03/02/make-your-redux-react-app-multilingual/</link>
      <pubDate>Thu, 02 Mar 2017 12:51:10 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2017/03/02/make-your-redux-react-app-multilingual/</guid>
      <description>&lt;p&gt;For my current React app in development I&amp;rsquo;m using Redux to manage the client state. As this is the first time using Redux I&amp;rsquo;m not quite sure what to put in the store yet. But I&amp;rsquo;ve decided to give the multilingual labels and wordings a try. Below you&amp;rsquo;ll find a simple approach on how I made my app multilingual using the Redux client state to store the translated content. I assume you are familiar with Redux and React.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
