Handling Forms + Connecting React to Express Backend | Sigma Web Development Course - Tutorial

Поділитися
Вставка
  • Опубліковано 16 гру 2024

КОМЕНТАРІ • 211

  • @Hafijur0211
    @Hafijur0211 8 місяців тому +22

    🎯 Key Takeaways for quick navigation:
    00:00 *📝 Overview of the video content*
    - Introduction to form handling and connecting React to an Express backend.
    01:29 *🖥️ Creating a basic form in React's app.js*
    - Clearing app.js and setting up a basic form with input fields for name and password.
    02:10 *🔄 Handling form changes with React hooks*
    - Implementing a change handler for input fields in React.
    03:02 *📝 Validating form inputs*
    - Basic checks, such as character length, can be applied to form inputs.
    - React Hook Form library simplifies repetitive form validation tasks, making development easier and faster.
    - Using React Hook Form eliminates the need for extensive manual validation checks, reducing code complexity.
    03:43 *🛠️ Installing and setting up React Hook Form*
    - Install the React Hook Form library using npm.
    - Import the necessary components from React Hook Form to use in your application.
    - Set up basic form components and functions like register, handleSubmit, watch, and errors for form management.
    04:54 *🔄 Handling form submission*
    - Use the handleSubmit function to handle form submissions.
    - Implement a basic function to handle form data submission to the backend.
    - Console.log the form data for now to demonstrate how form submission works.
    05:50 *🎨 Form Design and Input Placeholder*
    - Basic form design demonstration.
    - Placeholder usage for input fields.
    06:47 *🛠️ Form Validation*
    - Handling form validation with simple conditions.
    - Using required attribute for validation.
    - Setting minimum length for inputs.
    07:42 *🚦 Error Handling*
    - Displaying error messages for invalid inputs.
    - Customizing error messages for different validation states.
    - Using an object to define error messages.
    08:38 *🛠️ Handling Form Errors in CSS*
    - Managing form error messages in CSS,
    - Applying red color to error messages for better visibility.
    09:04 *🧾 Validating Form Inputs*
    - Implementing form input validation,
    - Checking for required fields, minimum length, and maximum length,
    - Displaying specific error messages based on validation criteria.
    09:59 *🚦 Handling Form Submission*
    - Adjusting font size for better form display,
    - Submitting the form after validation,
    - Ensuring appropriate error messages are displayed for validation issues.
    11:19 *🎨 Styling Forms*
    - Applying CSS styles to form elements for better appearance,
    - Removing unnecessary spacing in CSS,
    - Fine-tuning styles after form deployment.
    12:11 *🔄 Simulating Delay in Form Submission*
    - Simulating delay in form submission to mimic network latency.
    13:21 *🛑 Preventing Multiple Form Submissions*
    - Disabling the submit button during form submission to prevent multiple submissions.
    14:02 *🔄 Displaying Loading Indicator during Form Submission*
    - Using a loading indicator to show that the form is being submitted.
    - Conditionally displaying a loading indicator based on the submission status.
    15:38 *🛠️ Handling form errors in React*
    - Demonstrates handling form validation errors in React.
    - Shows how to display error messages for username and password fields.
    - Discusses the importance of validating inputs to prevent submission errors.
    16:18 *🚫 Preventing form submission with invalid inputs*
    - Implements logic to prevent form submission if inputs are invalid.
    - Uses object structure for validation rules like minimum length for password.
    - Ensures that error messages are displayed for invalid inputs before submission.
    17:13 *🔒 Improving security with server-side authentication*
    - Emphasizes the importance of server-side authentication.
    - Discusses the implications of submitting incorrect data to the server.
    - Shows how to handle server-side errors and display appropriate messages to users.
    18:50 *📝 Error Handling in Form Submission*
    - Handling form errors in React.
    - Displaying error messages for invalid form submissions.
    - Managing form validation and error messages effectively.
    19:19 *🧑‍💻 User Blocking Functionality*
    - Implementing functionality to block specific users.
    - Handling blocked user submissions in forms.
    - Providing appropriate error messages for blocked users.
    20:01 *🛑 Custom Error Messages*
    - Creating custom error messages for specific scenarios.
    - Managing server-side errors and displaying user-friendly messages.
    - Improving error handling by specifying the type of error.
    20:57 *⚙️ Form Submission Order*
    - Demonstrating how form submission order impacts error handling.
    - Addressing issues with form submission order to ensure proper validation.
    - Resolving conflicts in form submission order for a seamless user experience.
    21:26 *🚫 User Blocking Validation*
    - Implementing validation to prevent blocked users from submitting forms.
    - Managing form submissions based on user validation status.
    - Enhancing user experience by providing clear error messages for blocked users.
    21:54 *🛠️ React Hook Form Submission*
    - Demonstrates handling form submissions with React Hook Form.
    22:07 *📝 React Hook Form Details*
    - React Hook Form provides detailed documentation for various form functionalities.
    22:22 *🔄 Connecting React Form to Backend*
    - Shows how to connect a React form to a backend using Express.
    23:31 *🧩 Configuring Backend Options*
    - Discusses the options of configuring the backend, whether to run it separately or within the same project.
    24:12 *🚀 Using Express 4*
    - Recommends using Express 4 for simplicity and stability, despite the availability of Express 5 in beta.
    24:41 *🖥️ Backend connection setup in React*
    - Setting up a POST request in React to connect with the backend.
    25:30 *🔄 Handling CORS issues*
    - Explaining how to handle CORS (Cross-Origin Resource Sharing) issues when making requests to the backend from a different origin.
    - Showing how to resolve CORS errors by setting up CORS middleware in the Express backend.
    - Demonstrating how to import and use the CORS middleware in the backend to allow requests from specified origins.
    27:17 *🚫 Handling CORS issues - continued*
    - Demonstrating how to import and use the CORS middleware in the backend to allow requests from specified origins.
    - Fixing CORS errors by configuring CORS middleware in the Express backend to allow requests from the frontend.
    28:14 *📝 Setting up a POST request in React*
    - Implementing a method to handle a POST request in React.
    - Using JSON.stringify() to format data before sending it in the request body.
    28:42 *🛠️ Installing and using body-parser in Express*
    - Installing body-parser package to parse incoming request bodies in Express.
    - Configuring body-parser to parse the request body as JSON.
    29:21 *🔄 Handling form submission in React*
    - Handling form submission in React by accessing form data from the request body.
    - Sending form data to the backend using a POST request and processing it.
    Made with HARPA AI

  • @a13ankitgope68
    @a13ankitgope68 2 місяці тому +3

    Damn , everything is now starting to connect. All the different framework is merging together. feels so awesome😆

  • @ChinmayKaitade
    @ChinmayKaitade 10 місяців тому +31

    As we know harry bhai is #GOAT in Programming...
    Talking about this course, this course is totally free of cost as always and the quality of course is too good.
    Hat's of to you harry sir for such a valuable content.
    I request you friends please do share this course with your friends that they also will watch this and CodeWithHarry army will grow more fastely in this year❤
    Features of Course👇
    1. Absolutely Free of Cost Quality Content
    2. Handwritten Notes for Revision
    3. Projects Included
    4. And Many Other things to Come...
    Ratings:- 5/5 ⭐⭐⭐⭐⭐
    #SigmaBatchOp❤

  • @Hustler_man815
    @Hustler_man815 10 місяців тому +9

    I just completed 2nd video of this course and feels excited to reach at advance level

  • @arafatrahman8494
    @arafatrahman8494 10 місяців тому +2

    You are great Harry bhai . Those you are providing us are the most valuable comparison to others. I had bought a web development course but your free course is so amazing and I have left that paid course and joined your amazing playlist. I have completed all videos. thanks so much harry bhai ❤

  • @VishvjeetTag8091
    @VishvjeetTag8091 9 місяців тому +1

    As we know harry bhai is #GOAT in Programming...
    Talking about this course, this course is totally free of cost as always and the quality of course is too good. Hat's of to you harry sır for such a valuable content.
    I request you friends please do share this course with your friends that they also will watch this and CodeWithHarry army will grow more fastely in this year
    Features of Course
    1. Absolutely Free of Cost Quality Content
    2. Handwritten Notes for Revision
    3. Projects Included
    4. And Many Other things to Come...
    Ratings:- 5/5 ⭐⭐⭐⭐⭐
    #Sigma BatchOp

  • @mukulsingh1333
    @mukulsingh1333 21 день тому +1

    At 21:00 once you have entered a wrong value for username and after then if you try to re-enter the correct value it stills shows the error. For this we have to add clearErrors method.

  • @IqraMubeen.sheikh
    @IqraMubeen.sheikh 10 місяців тому +2

    Since when was it waiting, thank you, it has been uploaded❤

  • @Newone-io6og
    @Newone-io6og 3 місяці тому +1

    Harry bhai dont get demotivated by the response you are getting... they will understand the importance in the future... Just keep going

  • @devbhattacharya153
    @devbhattacharya153 6 місяців тому +2

    The best video on react forms

  • @LsEagle18
    @LsEagle18 Місяць тому

    Crazy, this is so interesting how these things work! Thank you so much!!!

  • @teeringfrt3126
    @teeringfrt3126 10 місяців тому +1

    Code with Harry is the best

  • @sakshimohite-t6x
    @sakshimohite-t6x 10 місяців тому +2

    Thank You Soooo Much Harry Sir🤩
    And God Blessed You🙏

  • @hiphop861
    @hiphop861 10 місяців тому +3

    Thank you for making this course. #HarryBhai
    #ReactOp
    #SigmaBatchOp

  • @techEnthusiasm369
    @techEnthusiasm369 2 дні тому +1

    Sigma batch OP 🔥

  • @aakashjha3150
    @aakashjha3150 9 місяців тому +3

    Harry Bhai MERN ke baad ek new Django 5.0.2. ka tutorial playlist banado please 🙏🙏
    #codewithharry #REACTOP #SIGMABATCHOP

  • @JacobHiggins-nj5bc
    @JacobHiggins-nj5bc 10 місяців тому +1

    Such a great Person ❤

  • @AbhishekThakur-hf8fi
    @AbhishekThakur-hf8fi 10 місяців тому +14

    Project on react

  • @itsMohak
    @itsMohak 10 місяців тому +1

    Very great

  • @Rohit_Rai901
    @Rohit_Rai901 10 місяців тому +4

    Let's vote for Data Science course after sigma🔥🎉💪

  • @hiphop861
    @hiphop861 10 місяців тому +3

    Thank you for making this course. Please add Nextjs in this course
    #HarryBhai
    #ReactOp
    #SigmaBatchOp

  • @AhmedRaza-ty7zq
    @AhmedRaza-ty7zq 24 дні тому +2

    Awesome video😎😎👍👍
    #React_OP

  • @SANTOSH_Raut
    @SANTOSH_Raut 10 місяців тому +2

    Crystal Clear Explaination. Suggestion: How can we save files in database. Like I am working on a project(of my own) and now I want a functionality of images upload, pdf upload,etc which will be stored in database and later I want to fetch those Images when needed. How can I achieve that in a scaleable manner?

    • @_RahulVerma-es2pr
      @_RahulVerma-es2pr 9 місяців тому +1

      Watch the previous videos of mongodb with express

    • @SANTOSH_Raut
      @SANTOSH_Raut 9 місяців тому +1

      @@_RahulVerma-es2pr Do you mean tp watch it at the Sigma Web Dev Course? Actually, I am talking about saving the file in cloud storage like AWS because if we save the file in MongoDB the speed of the website will be really slow and that adversely affects the user experience. If you get a video link where this is done very smoothly, you can send me the link of that video. Your response would be much appreciated.

  • @redoyanmajumder4860
    @redoyanmajumder4860 10 місяців тому +1

    Love u harry boss 🥰 from 🇧🇩

  • @ajiteshmishra0005
    @ajiteshmishra0005 9 місяців тому +1

    Please create one video on JWT authentication in ReactJS or NodeJS in such a way that any beginner can understand and can get a full explanation from scratch to advanced.
    You can explain using any project also.

  • @namjotsingh
    @namjotsingh 5 місяців тому

    Thank you Harry bhai. Need some practice till I get used to everything. ❤❤

  • @gopalsinghgarodiya9904
    @gopalsinghgarodiya9904 10 місяців тому +1

    Me all firstt nice videos Bhai Mai class 8 mei hu aur mai almost website banata hu thanks

  • @zaheer_.abbas_official
    @zaheer_.abbas_official 10 місяців тому +1

    Thanks for starting this❤

  • @lakshyarajdash
    @lakshyarajdash 10 місяців тому +3

    Finally MERN stack started 😊

  • @avishmadaan
    @avishmadaan Місяць тому +1

    really good exaplation!

  • @DevAdityaGupta
    @DevAdityaGupta 7 місяців тому

    10 out of 5 Stars Bro..

  • @victorb22622
    @victorb22622 8 місяців тому +1

    28:23 i dont unserstsnd ,without connecting any backend server ,where are you posting here I can say throwing the data (uid ,pass)?

  • @abhinavanand7023
    @abhinavanand7023 4 місяці тому

    Sigma OP Overloaded 🔥

  • @microsoftian
    @microsoftian 7 місяців тому

    #CodeWithHarry rocks & #ReactBatchOp rocks 🤟👍

  • @victorb22622
    @victorb22622 8 місяців тому

    15:40 आज तक किसी भी जगह ऐसा नही देखा की सबमिट होने के लिए टाइम दिया जाता है और इस दौरान सबमिट बटन को भी डिसेबल किया जाता है , स्पीड का जमाना है , डिले का नही ,

  • @chlorine-u5g
    @chlorine-u5g 10 місяців тому +5

    this series is really helpful, but my one request is to also teach typescript in this course, cause it is generally safer and more preferred than javascript

  • @coder_aj_001
    @coder_aj_001 9 місяців тому +1

    Harry Bhai, BOOTSTRAP or TAILWIND in 2024 ❓❓
    Rohan Bhai ka ye doubt hai 😂😂

  • @quadrimafruqah3461
    @quadrimafruqah3461 10 місяців тому +5

    Jaldi jaldi se comment kr deta hu...
    Bahut sare likes milenge...😂

  • @coder_aj_001
    @coder_aj_001 9 місяців тому +1

    Harry Bhai, MERN or DJANGO in 2024❓❓
    Rohan Bhai ka ye doubt hai 😂😂

  • @ranjeetprasad4586
    @ranjeetprasad4586 10 місяців тому +2

    Nice and helpful

  • @DeepikaUpretiJoshi1
    @DeepikaUpretiJoshi1 10 місяців тому +3

    Awesome 👌 👏

  • @victorb22622
    @victorb22622 8 місяців тому

    29:54 how can admin see submitted data? Perticularly passward or anything.data must be protested in db server and it should be get or post in encrypted way.

  • @krishnakanttiwari517
    @krishnakanttiwari517 23 дні тому +1

    React Op
    Sigma batch OP

  • @bdmoviesop8757
    @bdmoviesop8757 10 місяців тому +1

    Sir I have a doubt that genrally backend is used for sending receiving and updating user data with moongoose then why can't we directly use it in react why backend

  • @abhayiitpatna
    @abhayiitpatna 6 місяців тому +2

    bodyParser konse video me bataya tha ?

    • @ankyie7544
      @ankyie7544 4 місяці тому

      Mujhe bhi thora odd laga, kab bola body parser ke baare mei? I don't remember either.

  • @Sushant_Raj9113
    @Sushant_Raj9113 10 місяців тому +2

    please harry bhai is course me web sockets bhi krado

  • @abhaybhise2082
    @abhaybhise2082 10 місяців тому +37

    Grow a little bit more beard sir, you will look like Dennis Ritchie. 😅

    • @m.hraiyan5302
      @m.hraiyan5302 10 місяців тому +2

      😂

    • @frmansukediyavlogs8996
      @frmansukediyavlogs8996 9 місяців тому

      😅

    • @frmansukediyavlogs8996
      @frmansukediyavlogs8996 9 місяців тому

      😅

    • @VishvjeetTag8091
      @VishvjeetTag8091 9 місяців тому +1

      As we know harry bhai is #GOAT in Programming...
      Talking about this course, this course is totally free of cost as always and the quality of course is too good. Hat's of to you harry sır for such a valuable content.
      I request you friends please do share this course with your friends that they also will watch this and CodeWithHarry army will grow more fastely in this year
      Features of Course
      1. Absolutely Free of Cost Quality Content
      2. Handwritten Notes for Revision
      3. Projects Included
      4. And Many Other things to Come...
      Ratings:- 5/5 ⭐⭐⭐⭐⭐
      #Sigma BatchOp

    • @hlgff6299
      @hlgff6299 29 днів тому

      C language Developer

  • @shan-t5n
    @shan-t5n 10 місяців тому

    Sir you are amazing GBY ! kindy wordpress plugin development pe 1 series banayen thanks

  • @code-deep
    @code-deep 10 місяців тому +1

    Hero Harry🕶

  • @technogamingmania2672
    @technogamingmania2672 3 місяці тому

    Harry bhai agar ham back end ek folder mein likhein ge tu wo visible nahi ho jaye ga?

  • @sonulovewanshi1972
    @sonulovewanshi1972 10 місяців тому +1

    Harry bhai course kab complete hoga

  • @MasterCode-ny1tx
    @MasterCode-ny1tx 10 місяців тому +1

    Harry bhai mere pc par nodemon chal nahi raha
    Error : nodemon : File C:\Users\prati\AppData\Roaming
    pm
    odemon.ps1 cannot be loaded because running scripts is disabled on this system.
    Ye error a raha he iskeliye apkepas koi solution ho to batai. mujhe unrestricted wala method pata hai par wo security warning throw karta hai isliye mai use karne se dar raha hu apne kaise is problem ko sole kiya bataiye please s

    • @arnav_nagpurkar.
      @arnav_nagpurkar. 10 місяців тому

      kuch nahi hota hai, vo unrestricted wala ek hi method hota hai isko solve krne ke liye

  • @arijit1..
    @arijit1.. 10 місяців тому +2

    Sir, can you please make the React Router video better? Because for performance and other reasons it is not reccomeded to load components like a navbar with each route. There are other ways but I am not being able to find the correct way.

    • @akshajrawat444
      @akshajrawat444 6 місяців тому

      bhai free ki cheeze pachti nhi hai kya?? jinta vo free me sikha rha seekho baaki khi aur se padho

  • @sumanroy2046
    @sumanroy2046 10 місяців тому

    mere vscode mein koi extension install nahi ho raha hai or yeh likha ara hai- we cannot connect to the extensions marketplace at this time

  • @suhaib_nisar
    @suhaib_nisar 5 місяців тому

    React.js OP and Harry bhai op

  • @SayyedNamira-p5h
    @SayyedNamira-p5h 9 місяців тому

    Sigma Batch OP

  • @AkashYadav-di6kd
    @AkashYadav-di6kd 3 місяці тому

    Thank you very much, bhaiya.

  • @not_amanullah
    @not_amanullah 10 місяців тому +1

    sigma batch op

  • @NaveedUlHaq75
    @NaveedUlHaq75 10 місяців тому

    Brother, main ne aik project banaya hai jis m Html, Css, Javascript ki coding hai aur Django ka framework bhi shamil hai sawal yeh hai k ab kiya m is m ReactJS ka framework use karsakta hun ? Bhai Please reply kardeyeh gab. ❤

  • @adityanarayandewangan7811
    @adityanarayandewangan7811 9 місяців тому

    Sigma batch OP
    React OP

  • @SwapnilGolhar
    @SwapnilGolhar 10 місяців тому +2

    Hi bro ❤
    Is bar UA-cam clone create Karo
    With full response like button login screen shot screen upload screen home screen posts screen and response nav bar database run time
    Like one page to another page Kasi transfer ho gaya
    ❤❤
    #SigmaBatchop

  • @aiven17
    @aiven17 9 місяців тому

    Harry Bhai, please make Flutter tutorials too

  • @priteshkittur
    @priteshkittur 10 місяців тому +1

    Bhaiya Mai aapke is course ko start Karne wala hon kya aap Bata sakte h ki iss course ki prerequisites kya h? Matlab konsi languages Aani chahiye???

    • @Imma_BatMan
      @Imma_BatMan 9 місяців тому

      No prerequisites as he have said in the first video as well or in the description of the playlist as well, you can start right away!

  • @nikhild79143
    @nikhild79143 8 місяців тому +1

    bhai course 5 star hai bs logo ko time dena hoga

  • @sumansherpa3461
    @sumansherpa3461 10 місяців тому +1

    In my vscode c alphabet is not supported

  • @Aparichit-G
    @Aparichit-G 6 місяців тому

    Harry bhai OP in the chat

  • @arjungita-vz4gy
    @arjungita-vz4gy 10 місяців тому +4

    Please create a playlist name r programming language

  • @Hahahehe-i1m
    @Hahahehe-i1m 3 місяці тому

    Harry bhai PST request ko set krne me req.body empty object de RHA ->{} . please help

  • @3nriched500
    @3nriched500 9 місяців тому

    harry sir meny two time ye program likha nhi aa rha ha username and password please guide me

  • @HarshalGunjalOp
    @HarshalGunjalOp 10 місяців тому

    Sigma Batch Op

  • @soumyajitdas8208
    @soumyajitdas8208 5 місяців тому +2

    16:32 Minlength:7 thala for a reason

  • @aadharjain313
    @aadharjain313 10 місяців тому

    harry bhai , after entering a blocked user name , i am unable to enter a new name that is valid without refreshing the page

  • @VishalChouhan-do6qn
    @VishalChouhan-do6qn 10 місяців тому +2

    Tq stomach

  • @Shiv_the_human_code
    @Shiv_the_human_code 10 місяців тому

    harry bhai mere naam se bahtu obsessed hai 😂

  • @MaheshPatil-gs1sv
    @MaheshPatil-gs1sv 10 місяців тому

    Kitne mahine aur chalega web development

  • @5minSci
    @5minSci 5 місяців тому

    Harry bhai last me background music 🎶 copyright ©️ kar le apne naam par kyuki ye music filmo me dhamal macha dega...

  • @ayushuniyal2586
    @ayushuniyal2586 10 місяців тому

    Sir now it's getting tough.
    Please make short video sp as to grasp easily

  • @ptlunknown5054
    @ptlunknown5054 10 місяців тому

    Why does we use express js for backend can't we use react for it also

    • @sensit6449
      @sensit6449 5 місяців тому

      no cause react didnot provide sytax and also flexibility for that but combination and node does although express made for server

  • @Muhammad_Hadi_786
    @Muhammad_Hadi_786 8 місяців тому

    React Op
    Love from Pakistan .

  • @kamlajkevuhoy
    @kamlajkevuhoy 10 місяців тому +1

    Bhai please MySQL pe ek video bana do college me kuch samaj nahi aata

    • @kamlajkevuhoy
      @kamlajkevuhoy 10 місяців тому +1

      Bahut. Hi aachha padato ho I want learn "how to teach like Harry Bhai"

  • @Arcgamerz27
    @Arcgamerz27 3 місяці тому

    Most Useful Video

  • @DebendraSahoo-i1h
    @DebendraSahoo-i1h 10 місяців тому

    Bhai me ek new skills sikhna chahta hun jis se me kuch earn kar sakun but pata nahi kyaa acha rahega . Konse skills ko me daily 1hours for next 4 months de ke vi jese me us skill pe master ho sakta hoon n mere paas 12 saal poorana laptop he. Please please me as ur younger brother.

  • @uidesign1
    @uidesign1 9 місяців тому

    Good 👍🏻 sir😊

  • @nikhilyadav4496
    @nikhilyadav4496 9 місяців тому

    React OP♥

  • @Wahab1606
    @Wahab1606 9 місяців тому

    React OP

  • @fakirtahirhusain5277
    @fakirtahirhusain5277 10 місяців тому +3

    Purane or ye Sigma Wale dono course me kya fark h ?

    • @HamzaKhan-pg3fg
      @HamzaKhan-pg3fg 10 місяців тому

      Quality

    • @Kabirrsaini07
      @Kabirrsaini07 3 місяці тому

      the older course was uploaded 2 years ago ..many changes have come ..version of react and syntax has changed

  • @swarupmahata9717
    @swarupmahata9717 10 місяців тому

    React OP❤

  • @aumon18
    @aumon18 3 місяці тому

    bhaiya express kih thodi aur topics chahiye thaa

  • @code.with_dorji
    @code.with_dorji 10 місяців тому

    we want React front end + Django back end full totural together

  • @يعقوببخش-ض9ح
    @يعقوببخش-ض9ح 9 місяців тому

    #plz one video for typescript

  • @Coding_contents
    @Coding_contents 10 місяців тому

    #React op❤❤

  • @amaansiddique
    @amaansiddique 10 місяців тому

    React op ❤

  • @anuj2176
    @anuj2176 10 місяців тому

    react op ❤❤

  • @cyber_nerd5844
    @cyber_nerd5844 9 місяців тому

    #REACTOP ❤❤❤❤❤❤

  • @quickfactuniverse
    @quickfactuniverse 6 місяців тому +1

    Sir ap na yaha pr bahut zyada confuse kr diya ...zra bhi ni samjh ai

  • @Vikash77777
    @Vikash77777 9 місяців тому

    #ReactOP ❤

  • @AyanKhan-nx3in
    @AyanKhan-nx3in 10 місяців тому

    React op🎉

  • @RoboBros248
    @RoboBros248 2 місяці тому

    React OP #harrybhai

  • @techiji1645
    @techiji1645 6 місяців тому

    my backend is not connecting

  • @raomubasher3633
    @raomubasher3633 10 місяців тому

    React OP