In this video we will implement short polling in React. We will use axios and the useInterval hook developed by Dan Abramov.
Source code, URLs and commands:
https://github.com/titus58/youtube-tutorials/tree/main/react-polling
Chapters
00:00 Introduction
01:30 The backend server
02:56 Create the React project
04:45 The useInterval hook
10:12 Poll with axios