#69 Sending a Post Request | Working with HTTP Request & Response | A Complete React Course

preview_player
Показать описание
In this lecture you will learn, how you can send a POST request to a server and create some records in the database. We are going to look at two approaches to send POST requests:

1. Using fetch() API provided by browsers
2. Using Axios library.

Рекомендации по теме
Комментарии
Автор

Thank you so much for your videos! Can you make a closer look video for callback functions?

undergroundmaster
Автор

Why you use useRef in this video and not useState with the event.target.value?

undergroundmaster