by Valerii Tereshchenko

How to implement data polling with React, Redux, and Thunk

W54LHib-nPdzjQl-LNRTwfgZ61W9oXPv-K8R
Photo by rawpixel on Unsplash

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 frequently to show relevant information to the user. Short polling is one of the ways to do it. Check out this article for more details…