<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ polling - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice. ]]>
        </description>
        <link>https://www.freecodecamp.org/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ polling - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Sun, 26 Jul 2026 22:34:37 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/news/tag/polling/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ How to implement data polling with React, Redux, and Thunk ]]>
                </title>
                <description>
                    <![CDATA[ By Valerii Tereshchenko Introduction In my previous article How to load Data in React with Redux-Thunk, Redux-Saga, Suspense & Hooks I compared different ways of loading data from the API. Quite often in web applications, data needs to be updated fre... ]]>
                </description>
                <link>https://www.freecodecamp.org/news/how-to-implement-data-polling-with-react-redux-and-thunk-33cd1e47f89c/</link>
                <guid isPermaLink="false">66c352b9bc39b1419091be59</guid>
                
                    <category>
                        <![CDATA[ JavaScript ]]>
                    </category>
                
                    <category>
                        <![CDATA[ polling ]]>
                    </category>
                
                    <category>
                        <![CDATA[ React ]]>
                    </category>
                
                    <category>
                        <![CDATA[ Redux ]]>
                    </category>
                
                    <category>
                        <![CDATA[ tech  ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ freeCodeCamp ]]>
                </dc:creator>
                <pubDate>Wed, 03 Apr 2019 21:30:35 +0000</pubDate>
                <media:content url="https://cdn-media-1.freecodecamp.org/images/0*klkJzqlPXCAjyjv9" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>By Valerii Tereshchenko</p>
<h3 id="heading-introduction">Introduction</h3>
<p>In my previous article <a target="_blank" href="https://medium.freecodecamp.org/loading-data-in-react-redux-thunk-redux-saga-suspense-hooks-666b21da1569">How to load Data in React with Redux-Thunk, Redux-Saga, Suspense &amp; Hooks</a> I compared different ways of loading data from the API. Quite often in web applications, data needs to be updated frequently to show relevant information to the user. Short polling is one of the ways to do it. Check out <a target="_blank" href="https://codeburst.io/polling-vs-sse-vs-websocket-how-to-choose-the-right-one-1859e4e13bd9">this</a> article for more details…</p>
 ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
