5 Ways To Style ReactJS Apps
4:12
2 жыл бұрын
10 Tips For FASTER React App
8:21
2 жыл бұрын
Best VISUAL CODE Shortcuts [ 2022 ]
4:54
Javascript Interview: Fizz Buzz
1:41
Javascript Interview: Anagram
2:59
3 жыл бұрын
CSS Interview Questions [2022]
5:44
3 жыл бұрын
HTML Interview Questions [2022]
4:32
Пікірлер
@mr.RAND5584
@mr.RAND5584 Ай бұрын
Is there nested callback?
@keycv4470
@keycv4470 3 ай бұрын
whats the function of (str) =>{ } does str take both parameters from stringA and String B? Im begginer so dont be rude
@twsaif
@twsaif 3 ай бұрын
code of closure in not working as you shown in the screenshot it is giving undefined
@ASoftwareEngineer
@ASoftwareEngineer 3 ай бұрын
which one?
@VisheshPawar-ew9nx
@VisheshPawar-ew9nx 5 ай бұрын
it shows callback is not a function
@ASoftwareEngineer
@ASoftwareEngineer 5 ай бұрын
here is the collection i used so you can see the difference between your code and mine - codepen.io/collection/xKqoMB
@ASoftwareEngineer
@ASoftwareEngineer 5 ай бұрын
here is the collection of what I have done for the video - codepen.io/collection/xKqoMB you can compare what you have vs mine and you should be able to spot quickly
@ronaldwerk4007
@ronaldwerk4007 6 ай бұрын
what editor u use here?
@ASoftwareEngineer
@ASoftwareEngineer 5 ай бұрын
it is codepen
@ronaldwerk4007
@ronaldwerk4007 5 ай бұрын
@@ASoftwareEngineer thanx!
@ASoftwareEngineer
@ASoftwareEngineer 5 ай бұрын
@@ronaldwerk4007 you are welcome
@Samuelson-ts1bz
@Samuelson-ts1bz 6 ай бұрын
How did you learn all these
@ASoftwareEngineer
@ASoftwareEngineer 6 ай бұрын
from experience. been interviewed and I have been interviewed numerous times. :)
@sumanthachark
@sumanthachark 6 ай бұрын
Great video!
@ASoftwareEngineer
@ASoftwareEngineer 6 ай бұрын
Glad you enjoyed it. thank you
@romyt9816
@romyt9816 7 ай бұрын
Extremely clear the concept of props bottom-up, I really grasp it thanks to your video.
@ASoftwareEngineer
@ASoftwareEngineer 7 ай бұрын
Glad it helped! Thanks for dropping a comment. ❤️
@EnzoAuditore
@EnzoAuditore 8 ай бұрын
Thank you for this mate
@ASoftwareEngineer
@ASoftwareEngineer 8 ай бұрын
Any time! Thanks for dropping a comment. This video should remain relevant for years to come.
@EnzoAuditore
@EnzoAuditore 8 ай бұрын
@@ASoftwareEngineer I am sure it will!
@DeekshiWithDaddy
@DeekshiWithDaddy 9 ай бұрын
Super
@ASoftwareEngineer
@ASoftwareEngineer 9 ай бұрын
Thanks!
@lindam9848
@lindam9848 9 ай бұрын
This short video gave me a hope to keep learning react. Deep thanks for.
@ASoftwareEngineer
@ASoftwareEngineer 9 ай бұрын
Glad it was helpful! I would say build small apps and try to pass around data. 1. Parent to child 2. Child to Parent 3. Sibling to Sibling Do this couple times and you will get it. If you get lost, re-watch the video again. You will get it with enough mentality and practice. You got this!
@sairamirza5237
@sairamirza5237 10 ай бұрын
If you don't use background music then it will easy for us to understand.
@ASoftwareEngineer
@ASoftwareEngineer 10 ай бұрын
noted
@DastageerHC-b5q
@DastageerHC-b5q 10 ай бұрын
you areby far the the best web dev tutorial channel i have every come across.
@ASoftwareEngineer
@ASoftwareEngineer 10 ай бұрын
thanks for the sweetest comment ever! :)
@DastageerHC
@DastageerHC 10 ай бұрын
Hey Just An Update I was preparing for an interview that day, and surprisingly the same question was asked, your animations and explainaions made it very easy to understand, and thanks to you i cleared that round. Keep up the good work.
@ASoftwareEngineer
@ASoftwareEngineer 10 ай бұрын
@@DastageerHC congrats! I am happy to hear that my effort producing this video is fruitful to you. Please let me know if you get the role. Good luck.
@incarnateTheGreat
@incarnateTheGreat 10 ай бұрын
Thanks for the video. Just curious: if we set a React Fragment instead of a UL for LI elements, what will generate in the DOM? If it's not a UL automatically, then that defeats the purpose of using the correct semantic markup. Fragments are usually best when they replace generic tags like Divs. All of your other points are great. It's pretty standard stuff, but it wouldn't hurt for Devs to review this every now and again.
@ASoftwareEngineer
@ASoftwareEngineer 10 ай бұрын
Fragments let you group a list of children without adding extra nodes to the DOM. for you question `Just curious: if we set a React Fragment instead of a UL for LI elements, what will generate in the DOM? If it's not a UL automatically, then that defeats the purpose of using the correct semantic markup.` the result will be a bunch of LI only. your second point - `Fragments are usually best when they replace generic tags like Divs. `. It doesn't replace Divs. You can think on fragment as invisible container and when the component renders, it removes the fragments.
@Serdar-h8e
@Serdar-h8e 11 ай бұрын
very short, and clearly video i have ever seen thanks bro!
@ASoftwareEngineer
@ASoftwareEngineer 11 ай бұрын
You're welcome! Tried to edit heavily so video is as concise as possible. Thanks for the comment.
@mahaveervm7020
@mahaveervm7020 11 ай бұрын
That's a great information brother ❤
@ASoftwareEngineer
@ASoftwareEngineer 11 ай бұрын
Glad you liked it! Thank you.
@alvinacosta2312
@alvinacosta2312 11 ай бұрын
i used reduce for my first solution, and for loop and push for my 2nd solution. it's amazing how many different solutions are possible
@ASoftwareEngineer
@ASoftwareEngineer 11 ай бұрын
Yes! There are many solutions indeed on a problem. We just have to chose which is more optimized and readable at times.
@rubylnic
@rubylnic 11 ай бұрын
Thank you so much! Very useful
@ASoftwareEngineer
@ASoftwareEngineer 11 ай бұрын
Glad it was helpful! Thank you for dropping a comment.
@ElyGebran
@ElyGebran 11 ай бұрын
straight to the point, thank you so much !! do you have any angular course?
@ASoftwareEngineer
@ASoftwareEngineer 11 ай бұрын
no unfortunately. :(
@smohammadhn
@smohammadhn 11 ай бұрын
Thanks for creating this concise yet rich coding challenge list
@ASoftwareEngineer
@ASoftwareEngineer 11 ай бұрын
absolutely. I would say this video is the favorite and get lots of love. thanks for providing comment
@DanZdan99
@DanZdan99 Жыл бұрын
Hello sir, can you show how to make the "x" and "o" text changing color when clicked? I already try to do some edit in square and board component but I'm still confuse. Btw, nice tutorial sir
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
yes, it is possible. I update the Square component to add additional class where if it is clicked, i will add a class called `square--active`. That will set the background-color to something we desire. Lastly, is to add a css rule to `square--active`. You can see my implementation below. codepen.io/angelo_jin/pen/wvNaQPw
@plamenaivanova2631
@plamenaivanova2631 Жыл бұрын
Definitely got my hands on the keyboard and was fun! Good job 🎉
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
getting your hands dirty is the only way to test your knowledge and build something. glad to hear that you do these exercises.
@blackswann9555
@blackswann9555 Жыл бұрын
Great!!!!!!!!!!!!!!!! 🙌😁
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
thank you!
@swesteve
@swesteve Жыл бұрын
Great video! Just as a note, it looks like you missed defining the "Relative" position on Question 7 for CSS.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
thank you!
@gauravvishwakarma7840
@gauravvishwakarma7840 Жыл бұрын
Cool
@ulugbekmirmukhamedov4188
@ulugbekmirmukhamedov4188 Жыл бұрын
thank you so much. refreshed a lot of things.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
my pleasure! good luck to you
@siddharthbagai6459
@siddharthbagai6459 Жыл бұрын
The questions were so nice clear and cool, gave a real confidence boost !
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
I am so glad to hear! Good luck on your interview. You got this.
@priyanshimahajan5453
@priyanshimahajan5453 Жыл бұрын
In Sum of Two Numbers question, you used +e (+e.target.value), why? What is the significance of using +e. When I am not using + sign the numbers are behaving as strings.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
`+` is a quick way to convert a string to a number. Number(e.target.value) or parseInt(e.target.value, 10) are the alternatives
@priyanshimahajan5453
@priyanshimahajan5453 Жыл бұрын
@@ASoftwareEngineer Hi, thanks for clarifying. But why were the numbers behaving as string on the first place.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
@@priyanshimahajan5453 it is because text/strings are the type of values coming from the input fields by default
@priyanshimahajan5453
@priyanshimahajan5453 Жыл бұрын
@@ASoftwareEngineer but didn't we specified the input type as number?
@sahil_yadav.99
@sahil_yadav.99 Жыл бұрын
If i want round grid what should i do??
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
use border radius
@mahirafathima3879
@mahirafathima3879 Жыл бұрын
How you will put grid-template-column:1f 1 fr 1 fr 1fr(4 times why because we have 5 column in this calculator thats why pls clarify my doubt)
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
there are 4 columns and not 5 column. You may be looking at vertical lines which is not correct. Here is additional visual for you to play around.
@boymatin5845
@boymatin5845 Жыл бұрын
extra context at 02:59 : the keyword "children" is a reserved name, it looks for every time a component in this case Parent has a nested child component, we can see this inside the App component: <Parent> <Child /> </Parent> child is nested inside parent and that is how the {children} props given to App() knows who is the child. Just wanted to clarify that this is not magic for those who didn't know, like myself😁
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
really great ReactJS that one should know. This enables composition pattern.
@maysummer-d9h
@maysummer-d9h Жыл бұрын
Thank you, I was trying to make sense of why no other variable name worked
@sindhun-co8tl
@sindhun-co8tl Жыл бұрын
This is cool...thanks for sharingg!!
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
You are so welcome Sindhu! I am starting a ReactJS course and hope you find that useful as well.
@gauthamnookala1776
@gauthamnookala1776 Жыл бұрын
Great video, thank you.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
Glad you liked it! Thank you very much and I hope you will like some of my other videos as well
@Jam-ht2ky
@Jam-ht2ky Жыл бұрын
nice job man when i saw you have only 2k subs i was amazed. the quality of the video is impressive and it hold great educational power. wish you best of luck hope your channel grows big in the future <3
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
Hi Jam! Thank you for the kindest words. I will keep at it and provide more educational content like this. 👊
@aartikadam1461
@aartikadam1461 Жыл бұрын
such a Good Content ,Thanks☺
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
thank you so much! means a lot 👍🎉
@wadetait475
@wadetait475 Жыл бұрын
great video! Anyone know what tool was used to produce the dependency usage visualization at ~2:43?
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
the one I used is called - Webpack Bundle Analyzer but there are other alternatives too as you can see here - blog.bitsrc.io/6-tools-and-techniques-to-analyze-webpack-bundle-size-817337f8cf91
@TechExplorer-mw7xn
@TechExplorer-mw7xn Жыл бұрын
Thanks :)
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
you are welcome! 👍👊
@nikhilpal4561
@nikhilpal4561 Жыл бұрын
Hello Please start a React course..?
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
ok. that seems to be a great idea. thank you for the comment👊👌
@nikhilpal4561
@nikhilpal4561 Жыл бұрын
Hello I am confused to decide which front end language best for me for better career React Js or angular.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
AngularJS trend seems to be dying, every single year. ReactJS would be the best choice for you.
@nikhilpal4561
@nikhilpal4561 Жыл бұрын
@@ASoftwareEngineer thank you for the reply I am go for react js🫡
@payalprincess6825
@payalprincess6825 Жыл бұрын
Hi Sir. Could you please make a video for Vue.js interview questions and answer for advance level.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
We will try. thanks for the comment
@payalprincess6825
@payalprincess6825 Жыл бұрын
Bro. Could you please crate a ecommerce using vue js(concept wise not all pages) . Please🙏 bro
@nikhilpal4561
@nikhilpal4561 Жыл бұрын
Please make a video for front end developer interview question answer in 2023 included react and angular question🎉
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
Hi Nikhil, i have below videos already made. These will stay relevant as tech doesn't change too much front end interview questions here - kzbin.info/www/bejne/pKHGf3mDbriEisk react common interview questions: kzbin.info/www/bejne/rGewqplqjNR_ZpI react advance interview questions: kzbin.info/www/bejne/o4rRpH-Fdq6CecU
@nikhilpal4561
@nikhilpal4561 Жыл бұрын
Please make a video for angular interview questions
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
i can look on making angular interview questions but i feel like it is a dying technology. Most tech firms utilizes ReactJS
@nonhan1801
@nonhan1801 Жыл бұрын
the way you visualized reduce, hilarious yet really captures what it does.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
i tried my best 🤭😉
@onlydev4099
@onlydev4099 Жыл бұрын
nice one. I try to adapt this reactjs code to angular Thank you
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
thanks. absolutely! practicing your craft gets us to mastery level. good luck and i appreciate the comment always 👊
@ashuvssut
@ashuvssut Жыл бұрын
Nice
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
Thanks very much for the comment and I am glad that you liked the video👌👊
@misadahali5311
@misadahali5311 Жыл бұрын
Please do react js
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
I have them available on my channel Common React JS Interview Questions: kzbin.info/www/bejne/rGewqplqjNR_ZpI Advance React JS Interview Questions: kzbin.info/www/bejne/o4rRpH-Fdq6CecU Please let me know what you think. Thanks in advance
@aniketbhalla1521
@aniketbhalla1521 Жыл бұрын
Please make a course on react query if possible❤ Would love that. And what are your thoughts on RTK Query? Should we use it?
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
You can opt to use RTK Query if you are planning on using React Query AND you are already using Redux Toolkit. I think if you need a powerful fetching library i would definitely go with React Query or RTK Query as it has a lot of helpful built-in things that developer may need but it kinda depends on your application use case. Glance at React Query apis and see if you need some of them and if you do you can use it.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
Next recommended video: 10 React Coding Exercises - kzbin.info/www/bejne/jKuxf52EoseLprs
@fullstackdeveloperckay
@fullstackdeveloperckay Жыл бұрын
Good job
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
thank you! 😉🎉🎊
@franku.n.1798
@franku.n.1798 Жыл бұрын
You are awesome bro. thank you.
@ASoftwareEngineer
@ASoftwareEngineer Жыл бұрын
thank you for the kind words and the feedback. this channel could use them. 🎊🎉