Full React Interview Prep Course - monsterlessons-academy.com/courses/react-interview-questions-coding-interview-course
@MiraGenije9 ай бұрын
Has anyone had an interview to share their experience with the rest of us? I can add a few questions from mine React interview: 1. What is pure function? 2. What are reducers and what kind of functions they use? 3, What is event loop? 4. What is IIEF, and how is that connected with closures in for loop? 5. Difference between let and var? 6. What happens with key and app when we remove one item from list? 7. What type of rendering do we have next to cliend-side and server-side? 8. What is server side rendering, and what is server side Component? 9. What is microservice architecture and how it's manifested in react app. 10. What does those 3 numbers in package.json dependency, next to package name (they talked about version), means? and what means ^ and ~? 11. What is usage of package-lock.json? should we put it in gitignore and why not? 12. Explain hoisting. 13. What is SPA and how routing works.. etc...
@MonsterlessonsAcademy9 ай бұрын
A lot of these questions are not about React but about JS or how web is working. Btw I covered JS related questions from this list in my Javascript interview questions course monsterlessons-academy.com/courses/javascript-interview-questions-coding-interview
@MiraGenije9 ай бұрын
@@MonsterlessonsAcademy Yes i totally agree, but that was for React position questions... Thanks, i'll check the course
@omarelrafhi95953 ай бұрын
Thank you for sharing those !
@ky8designs Жыл бұрын
Thank you so much for uploading this, your past Angular interview questions helped me to Ace all the questions 🙏
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@MUGGER_NUGGETS11 ай бұрын
The BEST React Interview video - on my way to purchase some courses. Thanks Monsterlessons 👍
@MonsterlessonsAcademy11 ай бұрын
Awesome, thank you!
@CamdenBloke10 ай бұрын
The fact that most of these I knew what to say before your explanation I think is good for me. It's still useful to get used to using the language. For example, to use the term 'DOM nodes' when talking about Fragment, instead of awkwardly saying that I don't want to wrap everything in a Div.
@MonsterlessonsAcademy10 ай бұрын
Glad it help!
@Localhost3001 Жыл бұрын
You explain things in a very nice and clean way ✌️ thank you for this vid
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@SamipShresthajava Жыл бұрын
Great course! Easy to grasp even for beginner. Thank you!
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@yuliasereda56719 ай бұрын
20:00 ComponentDidMount its not a hook its a method. As i know classes don't use hooks.
@MonsterlessonsAcademy9 ай бұрын
Yes you are right
@codingispower1816 Жыл бұрын
I interview on Monday! Going to watch this and hopefully it helps me! Thank you.
@MonsterlessonsAcademy Жыл бұрын
Fingers crossed!
@codingispower1816 Жыл бұрын
@@MonsterlessonsAcademy ❤️
@vimalvs24 Жыл бұрын
@@codingispower1816 hope you cracked your interview.
@eyad_saher Жыл бұрын
How did it go?
@codingispower1816 Жыл бұрын
It went well! I am moving to the next round of more technicals probably next week!@@eyad_saher
@0xVantwoutMaarten7 ай бұрын
Great video! :) Pros of react, "it is the most popular front-end 'framework' in the world" :)
@MonsterlessonsAcademy7 ай бұрын
So true!
@MrPankoPanko Жыл бұрын
Excellent material! Looking forward to a similar video about Angular!
@MonsterlessonsAcademy Жыл бұрын
Here it is kzbin.info/www/bejne/a3LCin6ii7yAhtEsi=Yom6_IrTzrQZKkDV
@adinamarasanu748710 ай бұрын
Does the full course contain React exercises, like the one for Javascript? Or it's just theory, like this demo?
@MonsterlessonsAcademy10 ай бұрын
It doesn't include creating of application or something like that. There are questions for you to answer and code answers when needed. You can see the list of all videos on the page of the course monsterlessons-academy.com/courses/react-interview-questions-coding-interview-course/
@adinamarasanu748710 ай бұрын
@@MonsterlessonsAcademy Thank you! Yeah, I was thinking of little pieces of code with answers, the tricky ones :)) I took your "JS interview questions" course on Udemy and I think it's one of the best courses I have ever watched. Congrats!
@MonsterlessonsAcademy10 ай бұрын
@@adinamarasanu7487 Glad you like it. Also don't forget that you have a 30 days refund if you don't like my course for some reason.
@akshaychavan55119 ай бұрын
Appreciate your hard work 🙌
@MonsterlessonsAcademy9 ай бұрын
Thank you so much 😀
@captainnoyaux11 ай бұрын
Thank you for your amazing work !
@MonsterlessonsAcademy11 ай бұрын
Glad you enjoy it!
@mralextacy Жыл бұрын
wont {false && } be rendered as false in the dom?
@MonsterlessonsAcademy Жыл бұрын
No it won't
@yuliasereda56719 ай бұрын
Oleksandr, where are you from?
@MonsterlessonsAcademy9 ай бұрын
Originally Ukraine, now Germany
@yuliasereda56719 ай бұрын
@@MonsterlessonsAcademy прекрасно, я спочатку подумала, що ви русня, а потім зрозуміла, що ви Олександр через О)
@damianodamian7907 Жыл бұрын
Hello Oleksandr, I really love the way you explain stuffs, thank you so much for your videos! You're really good at teaching :) I think there's a little inaccuracy at 41:18 "we destructure instead of destroy..."
@MonsterlessonsAcademy Жыл бұрын
You are totally right!
@g_pazzini Жыл бұрын
Awesome video ❤
@olgafroggy6 ай бұрын
Do you still use classes?
@MonsterlessonsAcademy6 ай бұрын
Right now no. But there are quite old projects which still use classes and most devs don't want to work with them so they are paying more money.
@janewaguthi4342 Жыл бұрын
awesome , you got a new subscriber🥳
@MonsterlessonsAcademy Жыл бұрын
Thanks for subbing!
@matrixhasyou979 Жыл бұрын
You have mentioned Virtual DOM, but how about React fibers for today?)
@MonsterlessonsAcademy Жыл бұрын
This is one of the questions that I cover in the course. These are completely different things.
@sgonzalezfx8 ай бұрын
Very useful video😃
@MonsterlessonsAcademy8 ай бұрын
Thanks a lot 😊
@OneworldKW Жыл бұрын
Great content. I was told by the hiring manager to submit an assignment (easy level) with no deadline. I wonder what is a reasonable amount of time?
@MonsterlessonsAcademy Жыл бұрын
No idea.
@lastspoil55479 ай бұрын
I thought junior frontend interviews only ask JavaScript, html, and css questions
@MonsterlessonsAcademy9 ай бұрын
No. They ask whatever they want
@DutchmanRadio Жыл бұрын
First thing is first, React is not a framework. 3:02 wait what???
@MonsterlessonsAcademy Жыл бұрын
Yes yes, but we constantly compare it with Angular and Vue.
@DutchmanRadio Жыл бұрын
@@MonsterlessonsAcademy it was a fantastic video, I just wanted to be pedantic lol.
@isaacreyes49159 ай бұрын
Feeling like a wasted an hour of my life. Finally got around to watching the entire thing and everything just seems to know basic React knowledge. Stuff anyone would know if they have used React before...
@MonsterlessonsAcademy9 ай бұрын
It's a first section of the whole course. Obviously first questions are going from the beginning.
@muslimm3027 Жыл бұрын
ни хрена не понял, но интересно ))
@MorpHeer Жыл бұрын
These seem a bit easy and basic, I don't think you will be able to dominate your next interview with just these.
@MonsterlessonsAcademy Жыл бұрын
I have students who passed interviews after talking my full course and learning all aspects from it. So I would say it is enough for most cases.