Hi Sonny, i want to thank you from my bottom of my heart. With you and your videos i managed to do my last year license project and got an internship in a web development company . Now i am focusing on working hard and grow. You are awesome, can't wait for your next video.
The way you use vscode to with comments to visually show us what's happening is insanely helpful compared to how a lot of other people show code, your voice is clear and concise while also still putting emphasis on import details is godly. thank you for making these react videos
Sonny Shanga I had an internship as QA this Summer. They interviewed me again this past Wednesday and they will extend me the paid internship only this time it will be as React Engineer until the end of the year. The company protects Hospitals data (that’s all I’m saying). They liked the amazon and the airbnb clone I did from your channel. They told me they don’t have open positions for entry level but there might be some available later this year. Thanks man
Yes exactlly! what a struggle is been to get this clarified! As someone who spent days on vanilla JS creating a counter app (LOL), I really appreciated how Sonny compared the two. Understanding useState finally clicked for me with this teaching method. Welp, this is my first video watched from Sonnys huge playlist, time to apply what I've learned and then check out some more :)
Hey@@itsgojoverfr ! I'm still on the self-taught learning path, I've come quite a long way from the 6 month old post and I thank you for the follow up! I have not applied for any jobs yet, I'm still not 100% confident I'm well rounded enough to bring value to an entry level role just yet. I am working on a full stack pet project, I found this to be the best way to learn although it certainly has taken its toll on me, mentally and time-wise. It's been great so far since I've now learned how to create a front end with React, backend with Node.js and calling API's from the db, in my case, MySql (with MySql Workbench). I took a 2 week break but am getting back to it today actually. My goal is to start applying for jobs in 2024, being that I am self-taught and work in an unrelated field, I'll need at least some full stack projects in my portfolio to substitute the lack of formal education and experience. I'd be interested to hear about your current journey?
Hey sonny. Just wanted to say how much I appreciate you sharing your knowledge with us. I am a beginner aspiring web developer, more interested in the front end but also know it is important to learn a lot of the back end too these days. All of this seems impossible to learn right now but I know if I stick it out it will be worthwhile in the end. Any advice you have would be appreciated! Thanks again
Just come across your channel (I think) and liking the way you explain things. After just over a year of leaning JavaScript and building many projects, I decided last week to take the plunge and begin learning React. Looks like I'll be frequenting your channel quite a bit.
Hey Sonny, new subscriber here- been binge watching all the challenges and trying for myself and the clones you built - just incredible and amazing that i found your channel. May i ask for some advanced projects as well? maybe with more focus on logic, form validations, server side requests just to learn the best practices from you! much love
What's a good way to update a nested property of an object in useState? My state stores an object with a property that holds an array. I need to update array items. The way I am doing it now is to clone the whole object, do the update, and then put the whole updated object back into useSate. Appreciate!
Hello Sir! I have problem in useState: import React, {useState} from 'react' function App(){ var [data, dataUpdate]=useState(0); function change(){ dataUpdate(data+1); } return ( {data} change()}>Click Here ) } export default App Whenever i used useState it shows me the blank page after execution
Hi, Sonny can you have a discount for the price for other country. Because the euro value for us is too expensive. And I just wanna thank you for your tutorials. It is very useful and easy to understand with your approach.
Hello sonny, you mentioned something about making state persistent with a database, how does this work…or if anyone knows how kindly share, because I have a toggle button that makes a call to an endpoint and every time I refresh the page or go to another tab in the app it resets back to the default
Iam a newbie The doubt i have is,in this video when u created a class based component and then import it in index.js..what u did is import app from (its location)...but the name of the component was not app right?..it was "appclass"..then how did it display it in the browser without any error..and even when u render the component in index.js..u simply wrote ..shouldn't it be ? Iam totally a beginner..need help
Hello, could you explain how to update multiple state variables depending on one another in functional Components like in-class components we can pass back a callBack to this.setState, we callback will update the state after it. in class component--> this.state ={count:0,ans:1} this.setState((prev)=>{return {...prev, count : count+1}},(prev)=>{return {...prev, ans: count * 2}}); in this way first "count" will be updated and then "ans" will be updated. How to achieve the same with functional components. in functional component--> const [count, setCount] = useState(0); const [ans, setAns] = useState(1);
setCount(prev=>prev+1); setAns(prev=>count * 2); but as state updation is an async process then "setAns" could have old value of "count" i.e 0;
Hey dude please make a video on usereducer hook it is very complex in terms of how to use it and under which scenarios?? Please make a damn awesome video about it like you always make other ones 😂😂😂
#papafam #papareact #sonnysanghe excitingly waiting for your new ui clone challenge as I have come up to this field recently in this month and started your amazon challenge which i am going to finish.. #amazonchallenge
Hello there I am full stack developer I am doing job right now I want to start something for my own Can you help me out How can i boost up mu career in either as freelancer or and coach I don't know how to start Please please please 🙏 guide me
📬Do you want DAILY coding problems sent DIRECTLY to your Inbox? (with solutions the next day) 👉 links.papareact.com/university
Hi Sonny, i want to thank you from my bottom of my heart. With you and your videos i managed to do my last year license project and got an internship in a web development company . Now i am focusing on working hard and grow. You are awesome, can't wait for your next video.
The new intro is sickkk
Yeaaaaaaa
The way you use vscode to with comments to visually show us what's happening is insanely helpful compared to how a lot of other people show code, your voice is clear and concise while also still putting emphasis on import details is godly. thank you for making these react videos
Sonny Shanga I had an internship as QA this Summer. They interviewed me again this past Wednesday and they will extend me the paid internship only this time it will be as React Engineer until the end of the year. The company protects Hospitals data (that’s all I’m saying). They liked the amazon and the airbnb clone I did from your channel. They told me they don’t have open positions for entry level but there might be some available later this year. Thanks man
FINALLY a video that uses a simple example to show how to transition from Class to Functional. This is so freaking useful. Blessed!!!
Yes exactlly! what a struggle is been to get this clarified!
As someone who spent days on vanilla JS creating a counter app (LOL), I really appreciated how Sonny compared the two. Understanding useState finally clicked for me with this teaching method.
Welp, this is my first video watched from Sonnys huge playlist, time to apply what I've learned and then check out some more :)
@@jons_RoadtoCode hey jons it's been 6 months, have you landed a job or are you still learning?
Hey@@itsgojoverfr !
I'm still on the self-taught learning path, I've come quite a long way from the 6 month old post and I thank you for the follow up!
I have not applied for any jobs yet, I'm still not 100% confident I'm well rounded enough to bring value to an entry level role just yet. I am working on a full stack pet project, I found this to be the best way to learn although it certainly has taken its toll on me, mentally and time-wise. It's been great so far since I've now learned how to create a front end with React, backend with Node.js and calling API's from the db, in my case, MySql (with MySql Workbench).
I took a 2 week break but am getting back to it today actually.
My goal is to start applying for jobs in 2024, being that I am self-taught and work in an unrelated field, I'll need at least some full stack projects in my portfolio to substitute the lack of formal education and experience.
I'd be interested to hear about your current journey?
State is the react way of definning variable, this is so refreshing!
Great video Sonny, please make a detailed video on useContext hook. Thanks
I agree
Hey sonny. Just wanted to say how much I appreciate you sharing your knowledge with us. I am a beginner aspiring web developer, more interested in the front end but also know it is important to learn a lot of the back end too these days. All of this seems impossible to learn right now but I know if I stick it out it will be worthwhile in the end. Any advice you have would be appreciated! Thanks again
This gus is so much hardworking he is even working on his holidays wow manh thats great ❤️
@@AtulKumar-jq7tw ik but he is focusing
I truly appreciate you for being there. Keep rocking!!
Here i am after almost 5 confusing videos, finally got it! subscribed and looking forward for more.. thanks Sonny!
The best REACT channel out there by quite a margin. Keep up the good work🔥
Sonny You be crowned the God of Reactjs I learn alot from This Channel...Lots of Love from Kenya
What a nice tutorial bro, I was struggling to understand this concept because most tutorials use complex examples this though was brilliant, tnxs
Yep thats what i needed before going to building the apps
Just come across your channel (I think) and liking the way you explain things.
After just over a year of leaning JavaScript and building many projects, I decided last week to take the plunge and begin learning React. Looks like I'll be frequenting your channel quite a bit.
I just found your channel and I can't control myself to say you are awesome. Anyway happy teachers day. Love you 💘
Best video explanation I've ever seen. Your videos are legit, man.
Wow I'm happy I began learning React after Hooks came out versus a class system, thank you for sharing.
This is THE best video explanation I have seen on this. Thank you so much. I totally understand now.
Best explanation on UA-cam. You're the man. Liked and subscribed
Bro! Your way of explaining things is #awesome ! After all this time ,Now I feel confident in states!! Glad you started making this lesson videos.
Nobody can teach react better than the papa.
Dropped in for my monthly show of gratitude
your videos have so clearty..........your videos are amezing .......... :)
Thanks alot, your teaching was easy to understand.
thanx bro here more easy way
const [count, setCount] = useState(0);
return (
You clicked {count} times
setCount(count + 1)}>Click me +
setCount(count - 1)}>Click me -
);
Great video, can you do a tutorial for Redux too?
Remember guys that we can create our hooks called custom hooks, these custom hooks help us to share the logic for differents components
Hey Sonny, new subscriber here- been binge watching all the challenges and trying for myself and the clones you built - just incredible and amazing that i found your channel.
May i ask for some advanced projects as well? maybe with more focus on logic, form validations, server side requests just to learn the best practices from you! much love
Great job! You do a great job explaining everything
PAPAFAM here!
Thanks Sonny!
Would love a video or two using React-Spring in an app
Great video! Please don't use vocals in your background music. It makes it sometimes hard to focus on what you are saying.
Hey a Trello clone would be cool, specially the drag n drop with auth and saving the data to a database with Nextjs
nice and clear man, thanks bro
So dope Mr #papareact!!! #papafamforever much love....
Keep up the good work man
this video was really help full
Somehow didn't get the actual sonny sangha vibe. Maybe the music and the hype and stuff we get in livestreams. Great vid tho 😁
Ayyy intro in Dubaiiii. Niceeeeee
Very informative, well understood useState hook.
Hi, Sonny great content. Highly recommend to make a react tutorial playlist. Cheers
You are amazing papa react
Can you please make full tutorial on react js
lessons from the master, brilliant
Thank you so much 👨🏫🙋♂️
Thanku ❤ #PAPAfam
New video from Dubai 😌🔥
Very interesting video. Thank you.
What's a good way to update a nested property of an object in useState? My state stores an object with a property that holds an array. I need to update array items. The way I am doing it now is to clone the whole object, do the update, and then put the whole updated object back into useSate. Appreciate!
Boom Sony!!.. Love from BD
great explanation
Hello Sir!
I have problem in useState:
import React, {useState} from 'react'
function App(){
var [data, dataUpdate]=useState(0);
function change(){
dataUpdate(data+1);
}
return (
{data}
change()}>Click Here
)
}
export default App
Whenever i used useState it shows me the blank page after execution
Try changing it to: Click Here 😉
We've never seen your lefts side of the face Sonny😂😂
Long time bruh🤩React native project man.Bell is on
We are PapaFam 🥳
Sonny great intro that you have bro
Newsletter fam, where you at???
Your videos are awesome
You always provide valuable content ❤️❤️
Ты крутой, спасибо! I mean you are super rockstar)) thanks for guide)
Thanks bro, do you know how to do a waveform in a audio player with react?
Hey sonny, Make a video on Rest Api with React. Some of the APIs are very nested. not so easy to use. Would love to see how you manage the API
thank you so mush i love your work
Great content!
I Love you Sonny superb tutorial 🚀🚀
Nice sunny. I see that Dubai tan! 😁🎉
Hi, Sonny can you have a discount for the price for other country. Because the euro value for us is too expensive. And I just wanna thank you for your tutorials. It is very useful and easy to understand with your approach.
Hello sonny, you mentioned something about making state persistent with a database, how does this work…or if anyone knows how kindly share, because I have a toggle button that makes a call to an endpoint and every time I refresh the page or go to another tab in the app it resets back to the default
I remember this module was in skillshare 101 modules!
Could you possibly make tutorial on how to test react using Jest ?
love the content !!
Iam a newbie
The doubt i have is,in this video when u created a class based component and then import it in index.js..what u did is import app from (its location)...but the name of the component was not app right?..it was "appclass"..then how did it display it in the browser without any error..and even when u render the component in index.js..u simply wrote ..shouldn't it be ?
Iam totally a beginner..need help
Thanks!!
PAPA SONNY WE LOVE YOU
Love you man
I really wished this guy taught python. Damn you are a good teacher
Module not found: Can't resolve 'firebase' in please solution
Hello, could you explain how to update multiple state variables depending on one another in functional Components like in-class components we can pass back a callBack to this.setState, we callback will update the state after it.
in class component-->
this.state ={count:0,ans:1}
this.setState((prev)=>{return {...prev, count : count+1}},(prev)=>{return {...prev, ans: count * 2}});
in this way first "count" will be updated and then "ans" will be updated. How to achieve the same with functional
components.
in functional component-->
const [count, setCount] = useState(0);
const [ans, setAns] = useState(1);
setCount(prev=>prev+1);
setAns(prev=>count * 2);
but as state updation is an async process then "setAns" could have old value of "count" i.e 0;
Please sonny make one comment section with nested reply like and dislike system using usereducer and context please....👍👍
love this is there any mongo db content coming .
PLease make tutorial like this for - useEffect
Nice video
Hey dude please make a video on usereducer hook it is very complex in terms of how to use it and under which scenarios?? Please make a damn awesome video about it like you always make other ones 😂😂😂
Couldn't understand it better.
Wait for next video
Please please please on complete dedicated video on redux (tips and tricks) to learn in (like you taught context API in Amazon clone)
yoo sonny you are the best :)
please make tutorial on useEffect with same example
How to fetch data from api and how to create dropdown using fetched data.how to call function using selected option. Could you pls help me
Nice sir
best video
Make a desk setup video pls?!?!?!
can you do a class-based component tutorial
I saw you teaching clever programmer then came to your channel lol
Create a video about login form in React js.
#papafam #papareact #sonnysanghe excitingly waiting for your new ui clone challenge as I have come up to this field recently in this month and started your amazon challenge which i am going to finish.. #amazonchallenge
Agradecido con el de arriba 😊
Hello there
I am full stack developer
I am doing job right now
I want to start something for my own
Can you help me out
How can i boost up mu career in either as freelancer or and coach
I don't know how to start
Please please please 🙏 guide me
Please do a react native snapchat clone! you're amazing
Son Heung Min!
If you teach axois and formik for validation