API Short polling in React with axios

Опубликовано: 15 Октябрь 2024
на канале: Vladsave Coding
920
14

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-tu...

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