React js project # Sign up API integration

preview_player
Показать описание
in this react js project we learn how to integration for sign up in react js project from scratch. This video is made by anil Sidhu in the English language

Make HTML form
Get Value from form
Send Data to Backend API
Store Result in LocalStorage
Test Complete Flow for API
Рекомендации по теме
Комментарии
Автор

Thank you so much I was searching this type of video watched many videos on YouTube but didn't understand anything anywhere 😊

pushpendrasharma
Автор

This video is awesome! You did and showed how to do easily and simply what seemed so complicated and difficult! Congratulations! Thank you master!

DiegoMoraes-
Автор

MY bro i cant tell the story of my journey into programming without including your channel, starting from your laravel course to this one, keep up the good work bro, much love from here

charlesiheke
Автор

thankyou so much brother it helped a lot, I was trying since last 3 hours

jaikrishna
Автор

Hi, it appears this video is missing in your complete play list of React tutorial.

maheshk
Автор

Connecting React and Node require additional dependencies like axios and cors. Does that mean React and Laravel did not require any dependency.

AzeezOloto-wryh
Автор

In backend from Laravel 10 use $user->name = $request->json('name') instead $user->name = $request->input('name'), at least in my case doesnt works, Greetings from Venezuela.

lmillan
Автор

13:51 im getting null in here pls help

acla
Автор

how did you access the API backend what platform or application is it?

Graphictechanas
Автор

how did you accessed the api backend what platform or application is it.

saturnfam
Автор

I try it with nextjs. its showing me this error..
{message: 'CSRF token mismatch.', exception: 'Symfony\\Component\\HttpKernel\\Exception\\HttpException', file: 'D:\\xampp\\htdocs\\laravel\\laravelAPI\\vendor\\laravel\\…\\src\\Illuminate\\Foundation\\Exceptions\\Handler.php', line: 428, trace: Array(41)}

huda-blessed
Автор

How to make user to still logged in. Even after closing browser .now in my project I logged in if I close browser without logged out and again if o open browser it's asking me to login again. How to avoid this plz help me

krishnajikulkarni
Автор

hi am getting this error " Fetch API cannot load localhost:8000/api/Register. URL scheme "localhost" is not supported. " please help

sidohams
Автор

très bon tuto j'ai appliqué votre methode sur un de mes project ca marche avec une erreur 400 au niveau de la function async signup()

yvannguekam
Автор

Please tell us "Sir Anil Sidhu"

Graphictechanas
Автор

Unexpected use of 'name' no-restricted-globals
'rollno' is not defined no-undef
'phone' is not defined no-undef
'password' is not defined no-undef
'address' is not defined no-undef
'email' is not defined no-undef
bro its showing this error ater typing fetch command

vratantsingh
Автор

everytime u have used diffrent password how to use the password u have used in backend ...!!! or else because of signup u are using diffrent password for evry user ..!!

deepaknayakinit
Автор

What should be done if i need to popup or show message account created like :
If i create an account and the database is created . means the account created then i need to show message account create
and if there is some error at backend then i have to show the user account not created like that :)

roshankc
Автор

this await fetch() gives me this error in console, TypeError: NetworkError when attempting to fetch resource. I have tested api route and operation is working file using postman but h=when i submit inputted data then above error shows. why and how can I fix this?

saddamsagar
Автор

In laravel ^10.10, if you are getting cors problems ensure that your middleware is not trying to use fruitcake and is instead using

chrismcculloch