🎯 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
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❤
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 ❤
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
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.
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 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.
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.
15:40 आज तक किसी भी जगह ऐसा नही देखा की सबमिट होने के लिए टाइम दिया जाता है और इस दौरान सबमिट बटन को भी डिसेबल किया जाता है , स्पीड का जमाना है , डिले का नही ,
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
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.
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
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
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
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.
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. ❤
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
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.
🎯 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
Damn , everything is now starting to connect. All the different framework is merging together. feels so awesome😆
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❤
I just completed 2nd video of this course and feels excited to reach at advance level
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 ❤
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
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.
Since when was it waiting, thank you, it has been uploaded❤
Harry bhai dont get demotivated by the response you are getting... they will understand the importance in the future... Just keep going
The best video on react forms
Crazy, this is so interesting how these things work! Thank you so much!!!
Code with Harry is the best
Thank You Soooo Much Harry Sir🤩
And God Blessed You🙏
Thank you for making this course. #HarryBhai
#ReactOp
#SigmaBatchOp
Sigma batch OP 🔥
Harry Bhai MERN ke baad ek new Django 5.0.2. ka tutorial playlist banado please 🙏🙏
#codewithharry #REACTOP #SIGMABATCHOP
Such a great Person ❤
Project on react
Very great
Let's vote for Data Science course after sigma🔥🎉💪
Thank you for making this course. Please add Nextjs in this course
#HarryBhai
#ReactOp
#SigmaBatchOp
Awesome video😎😎👍👍
#React_OP
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?
Watch the previous videos of mongodb with express
@@_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.
Love u harry boss 🥰 from 🇧🇩
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.
Thank you Harry bhai. Need some practice till I get used to everything. ❤❤
Me all firstt nice videos Bhai Mai class 8 mei hu aur mai almost website banata hu thanks
Thanks for starting this❤
Finally MERN stack started 😊
really good exaplation!
10 out of 5 Stars Bro..
28:23 i dont unserstsnd ,without connecting any backend server ,where are you posting here I can say throwing the data (uid ,pass)?
Sigma OP Overloaded 🔥
#CodeWithHarry rocks & #ReactBatchOp rocks 🤟👍
15:40 आज तक किसी भी जगह ऐसा नही देखा की सबमिट होने के लिए टाइम दिया जाता है और इस दौरान सबमिट बटन को भी डिसेबल किया जाता है , स्पीड का जमाना है , डिले का नही ,
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
Harry Bhai, BOOTSTRAP or TAILWIND in 2024 ❓❓
Rohan Bhai ka ye doubt hai 😂😂
Jaldi jaldi se comment kr deta hu...
Bahut sare likes milenge...😂
Harry Bhai, MERN or DJANGO in 2024❓❓
Rohan Bhai ka ye doubt hai 😂😂
Nice and helpful
Awesome 👌 👏
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.
React Op
Sigma batch OP
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
bodyParser konse video me bataya tha ?
Mujhe bhi thora odd laga, kab bola body parser ke baare mei? I don't remember either.
please harry bhai is course me web sockets bhi krado
Grow a little bit more beard sir, you will look like Dennis Ritchie. 😅
😂
😅
😅
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
C language Developer
Sir you are amazing GBY ! kindy wordpress plugin development pe 1 series banayen thanks
Hero Harry🕶
Harry bhai agar ham back end ek folder mein likhein ge tu wo visible nahi ho jaye ga?
Harry bhai course kab complete hoga
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
kuch nahi hota hai, vo unrestricted wala ek hi method hota hai isko solve krne ke liye
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.
bhai free ki cheeze pachti nhi hai kya?? jinta vo free me sikha rha seekho baaki khi aur se padho
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
React.js OP and Harry bhai op
Sigma Batch OP
Thank you very much, bhaiya.
sigma batch op
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. ❤
Sigma batch OP
React OP
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
Harry Bhai, please make Flutter tutorials too
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???
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!
bhai course 5 star hai bs logo ko time dena hoga
In my vscode c alphabet is not supported
Harry bhai OP in the chat
Please create a playlist name r programming language
Harry bhai PST request ko set krne me req.body empty object de RHA ->{} . please help
harry sir meny two time ye program likha nhi aa rha ha username and password please guide me
Sigma Batch Op
16:32 Minlength:7 thala for a reason
harry bhai , after entering a blocked user name , i am unable to enter a new name that is valid without refreshing the page
Tq stomach
harry bhai mere naam se bahtu obsessed hai 😂
Kitne mahine aur chalega web development
Harry bhai last me background music 🎶 copyright ©️ kar le apne naam par kyuki ye music filmo me dhamal macha dega...
Sir now it's getting tough.
Please make short video sp as to grasp easily
Why does we use express js for backend can't we use react for it also
no cause react didnot provide sytax and also flexibility for that but combination and node does although express made for server
React Op
Love from Pakistan .
Bhai please MySQL pe ek video bana do college me kuch samaj nahi aata
Bahut. Hi aachha padato ho I want learn "how to teach like Harry Bhai"
Most Useful Video
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.
Good 👍🏻 sir😊
React OP♥
React OP
Purane or ye Sigma Wale dono course me kya fark h ?
Quality
the older course was uploaded 2 years ago ..many changes have come ..version of react and syntax has changed
React OP❤
bhaiya express kih thodi aur topics chahiye thaa
we want React front end + Django back end full totural together
#plz one video for typescript
#React op❤❤
React op ❤
react op ❤❤
#REACTOP ❤❤❤❤❤❤
Sir ap na yaha pr bahut zyada confuse kr diya ...zra bhi ni samjh ai
#ReactOP ❤
React op🎉
React OP #harrybhai
my backend is not connecting
React OP