To learn reactJs these two Courses are enough for the beginners 🎉 Actually these are very helpful for me. In 2 months I have successfully completed the course 🎉
You are the best teacher ❤, I wasted so much time watching ReactJs tutorial on others channel, But those are not valuable compare to your 1 hour of video. You uncovered behind the scenes of how ReactJs works and explained. Thank you 👍
beginner ke liye outstanding tutorial sir bahut achhe se aapne explain kiya bahut saare videos dekha but concept samjha nai aata tha exam me bhi ratta maar ke diya hai but now i got the concept thanks a lot sir ♥️♥️♥️
5:19:05 Sir yha pr setTemp pehle update krde rha h value ui me isliye print pehle hojata h 19 n then check hoti h value agar pehle if condition lgaye to check hogi pehle n then color 19 pr hi red hojyga. To solution ye hai ki Pehle Condition Check ki jaye n then setTemp ko call kre
This is very basic bro, there are many TH-cam video course available to learn this things, if you really want to create something unique, and help us (students/ new developers), than make videos on advanced concepts, may be a full stack SAAS project, with front end, backend. Not only UI and Api, but system design, caching, website performance, minimal animations, managing backend servers like aws or azure, how to host our application there, client side, admin side, and server side full management with proper security, a full - stack real world "web application" not "web site". Cover it end to end like it is a real world start-up, also teach how to manage ssl, how to debug stuff, how to improve web performance, seo, etc all things covered. I didn't found any TH-cam video that covers all this real world concepts. Most youtubers just make Netflix landing page(home page) UI clone and name it as "netflix clone". Or they make an website , which have user login functionality, login data stored into mongo db, but there is no admin penal, or a penal for marketer, penal for blog writer, penal for supplier(if it's multi vendor application), penal for affiliate, backend system for affliates or refferal and earn things, order tracking functionality, payment system integration with tax applied country wise, shipping charges function, etc. real world application have all these feachers, but TH-cam videos just show beautiful pages, which we can simply copy paste from someone's GitHub or by just simple google search we can find them. These TH-cam UI clones are useless when we apply for job, because employers need deep knowledge, AI can also do basic things, so there is no need of developer in market with just basic skills.
Abhi mjhe react aur tailwind, redux toolkit rtk query framer motion basic appwrite as a backend service es k alwa aur b sekhny ki zarorat h front-end k liye?
@@mechcode28 sir mainy job k liye apni krni h mjhe yeh b ni pta h interviews me kon kon rounds hoty aur kia kia poch skty h mainy kisi youtuber ki video dekhi thi us sy wo b question puche gy jo front-end me ni aty aur dsa b zarori h kia?
Hy brother hope you are good:- # DOUBT FROM useEffect and useRef topicc:- useEffect me jab hum dependency emtpy array dete he to wo sirf component ke mount hone pe chlta hai but mene is code me empty array hi de rakha he and me jab p tag me jab kuch bhi text insert krta hu ya remove karta hu tab useEffect hook run kyu ho raha hai? import { useState, React, useRef, useEffect } from "react"; import "./use.css"; const Hooks = () => { const count = useRef(0); useEffect(() => { count.current= count.current + 2; },[]) return ( counter : {count.current} ); }; export default Hooks; this is my intital code jab count ki value zero hai import { useState, React, useRef, useEffect } from "react"; import "./use.css"; const Hooks = () => { const count = useRef(0); useEffect(() => { count.current= count.current + 2; },[]) return ( // // counter : {count.current}asdfs ); }; export default Hooks; abhi dusri baar mene peregrabh me asdfs insert krke code ko save kiya and fhir dekha to counter 1 ho gaya teesri baar mene asdfs ko peregraph se hataya to fhirse count 1 se 2 ho gya to ye kese ho raha hai? useEffect ye karne se kese call ho sakta hai?
best video ever explain level desi❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
Maine bahut channel par react ka full course dekha lekin aapke jaisa simple way me koi nahi bataya,, aapke teaching skills outstanding hai..✌️✌️✌️
Dhanyawad bhai
To learn reactJs these two Courses are enough for the beginners 🎉 Actually these are very helpful for me.
In 2 months I have successfully completed the course 🎉
Bhai ji your course is super time to lagta hi h course m 5 minutes m kuch nhi hota jaise aap ne btaya h super
Wo to h bhai to second part jrur dhek lena
You are the best teacher ❤, I wasted so much time watching ReactJs tutorial on others channel, But those are not valuable compare to your 1 hour of video. You uncovered behind the scenes of how ReactJs works and explained.
Thank you 👍
Keep learning
Sir 2:30:29 yaha tak dekha h abhi tak n sath sath Project bhi bna rha hu Itna Easy way m sikhaya apne n Sath me intreview prep bhi Hats off to u Sir❤
Welcome bhai
@@mechcode28 🙏🙏
It took me 5-6 days to complete this part. My huge appreciation for your efforts.
Keep learning
great course, you are teaching foundation with depth and i will watch full course
42:55 The purpose of crossorigin attribute is used to share the resources from one domain to another domain
beginner ke liye outstanding tutorial sir bahut achhe se aapne explain kiya bahut saare videos dekha but concept samjha nai aata tha exam me bhi ratta maar ke diya hai but now i got the concept thanks a lot sir ♥️♥️♥️
Welcome
Bhai yaha se react Krna thik hai
🙌🙌 ,best react course ever i seen, i have watched tones of react tutorial but no one explain like you
So you have to practice
6:33:10 Kya baat h Sir React ke Course m Javascript pda rhe h ap Great ho
Ha ku ki kai log JavaScript sahi se kr ke ni aate to unhe samjh ni aata
@@mechcode28 You are Doing Great Sir
The best react course I have seen Thank you so much. Bhai jo projects aapne banaaye hai shuru se leke uska koi github repo milega?
really amazing video Bhaiya and savage reply for some people 8:26:55 😁😂
5:19:05 Sir yha pr setTemp pehle update krde rha h value ui me isliye print pehle hojata h 19 n then check hoti h value agar pehle if condition lgaye to check hogi pehle n then color 19 pr hi red hojyga. To solution ye hai ki Pehle Condition Check ki jaye n then setTemp ko call kre
Thank you sir for this React video. I'm a big fan of your teaching skill.
Sukriya 😀
Dost aap wahi ho na jinhone react se ecommerce web site bana rahe the 7 days challenge liya tha aapne mene kha tha bhai me aapki video roz dekh rha hu
Ha bhai
Bhaiya part 2 kab Tak aaega
Bhai react yaha se pd ra hu thik rahega ya nahi
Bhai yaha se react pd ra hu sahi rahega na bhai
Nice Hy Bhai mech code good tutorials for beginners
💯Outstanding video BHAI 🤍💛.... Simple and easy explanation of each and every concept with project... KEEP IT UP 😇....
Thanks bhai 😀
Easy and valuable idea to teach. 👍
One of the Best!
great React Course video sir ji
Accha kar rahe hoo bhai
Sir ek NODE js ke upar bhi lecture..
very good sir great work you have done
Bro Thanks for This Amazing React Course Bhai
Thanks bro
superb explaination bro
This is very basic bro, there are many TH-cam video course available to learn this things, if you really want to create something unique, and help us (students/ new developers), than make videos on advanced concepts, may be a full stack SAAS project, with front end, backend. Not only UI and Api, but system design, caching, website performance, minimal animations, managing backend servers like aws or azure, how to host our application there, client side, admin side, and server side full management with proper security, a full - stack real world "web application" not "web site". Cover it end to end like it is a real world start-up, also teach how to manage ssl, how to debug stuff, how to improve web performance, seo, etc all things covered.
I didn't found any TH-cam video that covers all this real world concepts. Most youtubers just make Netflix landing page(home page) UI clone and name it as "netflix clone". Or they make an website , which have user login functionality, login data stored into mongo db, but there is no admin penal, or a penal for marketer, penal for blog writer, penal for supplier(if it's multi vendor application), penal for affiliate, backend system for affliates or refferal and earn things, order tracking functionality, payment system integration with tax applied country wise, shipping charges function, etc. real world application have all these feachers, but TH-cam videos just show beautiful pages, which we can simply copy paste from someone's GitHub or by just simple google search we can find them.
These TH-cam UI clones are useless when we apply for job, because employers need deep knowledge, AI can also do basic things, so there is no need of developer in market with just basic skills.
Brother it's beginner friendly he already told that before starting😂
Chlo sahi audience tk pahuch gya hu m 😀
Bhai react kahah se pade bata do yr please
i will master react by this man only bas
Yes bro but you have to practice more projects
nice bhai free version of namaste react web series by Akshay Saini
Abhi mjhe react aur tailwind, redux toolkit rtk query framer motion basic appwrite as a backend service es k alwa aur b sekhny ki zarorat h front-end k liye?
Itna sb aata h to bhut hai frontend ke liye
@@mechcode28 sir mainy job k liye apni krni h mjhe yeh b ni pta h interviews me kon kon rounds hoty aur kia kia poch skty h mainy kisi youtuber ki video dekhi thi us sy wo b question puche gy jo front-end me ni aty aur dsa b zarori h kia?
Vhai tumhari kasam tum jabardast teach karte o please vhai javascript ka same course please I beg you😊😊😊
Tym lagega bhai
@@mechcode28 main Bangladesh se hu yaa par javascript content nehi hain acchi waiting for your course eagerly ❤️🥺
You can watch other youtube channel bro
bro Discover call par doubt clear ho sakta hai kya?
Hy brother hope you are good:-
# DOUBT FROM useEffect and useRef topicc:-
useEffect me jab hum dependency emtpy array dete he to wo sirf component ke mount hone pe chlta hai but mene is code me empty array hi de rakha he and me jab p tag me jab kuch bhi text insert krta hu ya remove karta hu tab useEffect hook run kyu ho raha hai?
import { useState, React, useRef, useEffect } from "react";
import "./use.css";
const Hooks = () => {
const count = useRef(0);
useEffect(() => {
count.current= count.current + 2;
},[])
return (
counter : {count.current}
);
};
export default Hooks;
this is my intital code jab count ki value zero hai
import { useState, React, useRef, useEffect } from "react";
import "./use.css";
const Hooks = () => {
const count = useRef(0);
useEffect(() => {
count.current= count.current + 2;
},[])
return (
//
//
counter : {count.current}asdfs
);
};
export default Hooks;
abhi dusri baar mene peregrabh me asdfs insert krke code ko save kiya and fhir dekha to counter 1 ho gaya
teesri baar mene asdfs ko peregraph se hataya to fhirse count 1 se 2 ho gya to ye kese ho raha hai? useEffect ye karne se kese call ho sakta hai?
Thank you so much sir
Why i am getting undefined on console in ref object code is :-
let nameref=useRef();
useRef hook is imported please tell me ?
Msg me on instagram
bhaiya pls make a full course on next js🙏
awesome bro , bhaiya ye 20 hours course complete he iske baad react ke project bnake , job ready ho sakte he . please reply
Ha bhai bilkul
Awesome bro❤❤❤
Thanks bro
Bhai react sikhke nextjs ya mern sikhna chahiye? Nextjs sikhne par full stack aaply hosakta kya?
React ke bad nextjs sikh lo
58:01
thank you guruji
React ka best course hai yeh😇😇😇.. Bhaiya Telegram link not valid dikha raha..
Delete kr dia wo ab
@@mechcode28 Naya link hai?
Thank you Sir
Welcome
❤
Please make javascript course for freshers..
great . 2nd part when will come
Kr dia hai already
Pls share 2nd part lonk
SIR APP JAVASCRIPT KA LECTURE PROVIDE KAR SAKTE HAI KYA.... KAHI AUR SE DEKA PAR APKE JAISE KISI NE CONCEPT CLEAR NAI KEYA HAI
Abi to ni bhai
Bhaiya if possible please create a video on dynamic routing
Sure bro
Thank you
Is there any other parts coming in future?
Yes bro …react ke playlist m jao wha aati rahegi video….jb complete ho jayegi tb long video aayegi
Bhai react ke just bad hi redux bhi start kroge na
Ha bhai pehle react to khtm hone do
Good Tutorial. But aapne "Namaste React" se padha hai kya bhaiya?
Nhi bhai pura content dheko pta lag jayega namste react se alg hai …bs starting ka part h namste react jaisa
@@mechcode28 Namaste React kesa he bhai
best
Bhaiya Please Backed ka video bnao
please bhaiya
Abi possible nahi h bhai
bro hello world backend ka course dekh lo
bhai ji ek portfolio project chahiye for fresher
Ok bro next wahi bnta hu
@@mechcode28 THANKS BRO
Keep it up
bhaiya telegram channel ka link de do
React interview question please
Part 2 kab tak ayega bro jldi laana
React ki playlist dhek lo usme video aati rahegi …jb react complete ho jayegi tb saari video ko marge kr ke long video dalunga part 2 mai
Bhaiya Javascript ka playlist banao
yes
React to khtm ho jaane do bhai
next part kab aayega
React ki playlist open kr lo uske ander video aati rahegi jb complete ho jayegi tb long video upload krunga
Mery kuch question h ap sy contact kaisy ho skta?
Instagram pr msg kr do
❤❤
Sbse bada problem too logic likhne me aata h guru jii.
To jaa ke mere project dheko usme kaise logic ko sochte h wo btaya h mene
Bhaiya ji javascript bhi Kara do humko interview Dena hai jaldhi
excellent video but Bro you did not cover redux and also did not create big project
Second part dheko bhai krwa rkha hai and redux bhi hoga
Part 2 kab
Go and watch playlist wha videos h
telegram link ?
Deleted
Tm hare Project se v acaha acha bna kr sikhaya hai
sir javascript ki yaise hi 1 shot lao bahut s padh liya samjh nhi aa raha hai
Bhai aapka react wala episode dekhu ya ya pura video dekhu
Dono same hai bhai saare episode ko mene ek jagah merge kr dia hai taaki ek jagah dhek sako
@@mechcode28 thankyou bhaiya
2:14:10 "Kitne Kutte bhok rhe h bhai"🤣
Kutte pr ni padai pr focus kro
@@mechcode28 yes sir.. coming from insta to watch ur videos 😄👍
@@mechcode28 1 project complete.. onto the next chapter thanks 🙏
Good bro you can reactjs grp for any doubts
@@mechcode28 all project in this video completed with validation
Sir m tutorial hell m fas chuka hu 1 month brbd ho chuka hu😢😢😢😢😢
Same bro
Bhaiya aapki job lag gyi
Source codes
react js lazy loading is their
Please speak louder voices
best video ever explain level desi❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
part-2 ayega iska?
Jaldi hi
Bhai tum job bhi krte ho kya??pls bata do boht demotivate hu web dev ki job ko lekr kya job lagti bhi h ya nhi pls reply
Thank you so much sir ji