Angular is bi directional whereas react is uni directional, Flux has multiple stores whereas redux has a single store. Not sure why these basic concepts are wrongly presented.
HI Gisel, Kindly be informed that Flux architecture has multiple stores that are coordinated together by the dispatcher, and when there is a change all the stores need to update themselves. But in Redux we have a single store. A single store that handles the entire application. Any changes to the store are done through actions.
At 14:45 you say Angular is unidirectional only for data binding and react supports two-way data binding. That's wrong. Angular supports both two-way and one-way data-binding.
Hi there man, this is good stuff but in contains some mistakes already mentioned in the comments, you may want to re-upload the video with some edition to clarify those.
Thanks for the good work😀😀👍👍. This video as well as all other courses really helped me out.. and hats off to intellipath to really dedicate themselves into this soo much🥰🥰
This is just an overview of the subject. If you wish to learn from top experts and get a certification, then kindly call our course advisors on IND: +91-7z022374614 US: 1-800-216-8930 (Toll-Free).
I think you have to take a second look at the video. Question 24: "difference between flux and redux." You said flux has a single store and redux has multiple stores. The answer is wrong and misleading for a person preparing for an interview. Please, kindly withdraw this video and correct the mistakes. Thanks.
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day! . Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
I'm not agree with the statement that React is just view. With current context + hooks it can be used as a controller, and you can write models with typescript. React + Typesript = MVC
Hey thanks for sharing all these. Great video. I only have a single doubt. When you were talking about the differences between flux and redux, you mentioned flux has only one store and redux have multiple stores. Isn’t it the other way? As in flux have multiple stores and redux has only one store. I’m new to react, correct me if I’m wrong.
You are right. Classes are outmoded. But they are required in interviews. A react developer must be able to maintain legacy react systems. So, classes, though outmoded are still relevant in interviews.
Hi Intellipaat, thanks for your dedicated work in helping anyone ace the react interview questions! Being said that, please correct the stated difference between Flux & Redux for that redux used a single store where as Flux do multiple. Thanks
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn (course name) from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day! . Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
Guys, what else do you want to learn from Intellipaat? Comment down below and let us know so we can create more such tutorials for you.
Please make tutorials on C++ STL 🙏
can you pls make a video on top coding questions companies ask for interview
@@rajav4861 Alright noted. Will upload soon.
@@danielumukoro2854 Yes of course. Give us some time.
can you provide the ppt of this as soon as possible want to study from this for my next interview.
14:15 this is actually the reverse, it's angular that supports two way data binding, React only supports uni directional data binding.
Absolutely
Yes I also noticed that he is wrong
13:09 react unidirectional angular two way data binding......and thanks for best interview video
Welcome🙂
Superb 🤝. Small clarification. React is one way data binding. 13:47
Do like, share & subscribe to our channel to get updates on upcoming videos.
we can directly manipulate real dom in react using useref hook.
Slide #9 it's the wrong thing. React supports one-way data binding and Angular supports Two-way data binding.
Angular can do 2 way data binding. Angular can do server side rendering as well now.
Angular is bi directional whereas react is uni directional, Flux has multiple stores whereas redux has a single store. Not sure why these basic concepts are wrongly presented.
Thats what I also thinking
This guy reading out the slides is Chatur Ramalingam
i stopped watching at this point. i wonder what else is wrong in this video
Also angular has support of server side rendering
@@NextGenDevs_ Chatur Ramalingam is the best
Slide 24, Flux has multiple stores and redux has a single store
HI Gisel, Kindly be informed that Flux architecture has multiple stores that are coordinated together by the dispatcher, and when there is a change all the stores need to update themselves. But in Redux we have a single store. A single store that handles the entire application. Any changes to the store are done through actions.
@@Intellipaat that's not what you said in the video
ReactJs is a UI library where Angular is Complete framework.
so helpful for me because I go for the interview of React js today ❤❤
@AMAN KUMAR Glad you liked it, Do like, share & subscribe to our channel to get updates on upcoming videos.
14:41 react is for client side too
No don't put arrow functions in render, it will create a new function on every render and it will slow down the app.
#13. Props can pass data from child component to the parent component by call back functions written in the parent component. Pls rectify this one
Have an interview tomorrow wish me luck 🤞.
All the best😊. Do like, share & subscribe to our channel to get updates on upcoming videos.
At 14:45 you say Angular is unidirectional only for data binding and react supports two-way data binding. That's wrong. Angular supports both two-way and one-way data-binding.
Thank you very much for this video.
Really helps in cracking Interviews.
Even we share real time Interview Experiences.
your video is kind of quick crash course Thanks.
@Ankit Giri Do like, share & subscribe to our channel to get updates on upcoming videos.😊
wow, i didnt notice i spent hours listening to this..... this is beautiful
@Ganiyat Yakub Thanks for watching😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
Thousand thanks sir... this video deserves way more view !!!
React support client side supporting using next js we can acheive the server side rendering.
Thank you all for your active participation. SUBSCRIBE to Intellipaat to find out the right answer.
at 13:42
data binding factor is wrong.
Angular uses two-way data binding and react uses one-way data binding.
Such a useful Content. It cleared all of my doubts 🔥
Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
Just what I needed. You covered almost everything I could think of concerning a react interview ! Thanks Intellipaat!
@Daniel Maina Glad it was helpful! Do like, share & subscribe to our channel to get updates on upcoming videos.
It is really important for point of interview
Thankyou so much for this wonderful session.
Most welcome 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
Hi there man, this is good stuff but in contains some mistakes already mentioned in the comments, you may want to re-upload the video with some edition to clarify those.
37:20 As of react-router-dom v6, we now use Routes instead of Switch and element instead of component.
@Patrick Coston If you wish to get Personal support Kindly call our advisors on IND : +91-7022374614 US : 1-800-216-8930 (Toll Free).
thanks.
Thanks for the good work😀😀👍👍. This video as well as all other courses really helped me out.. and hats off to intellipath to really dedicate themselves into this soo much🥰🥰
Glad it was helpful. :)
You have covered a lot in this video sir
This is just an overview of the subject. If you wish to learn from top experts and get a certification, then kindly call our course advisors on IND: +91-7z022374614 US: 1-800-216-8930 (Toll-Free).
I think you have to take a second look at the video. Question 24: "difference between flux and redux." You said flux has a single store and redux has multiple stores. The answer is wrong and misleading for a person preparing for an interview. Please, kindly withdraw this video and correct the mistakes. Thanks.
I think react is one way binding and angular is two way!
@Deepak challa For personal support you can reach out to our course advisors on IND : +91-7022374614 US : 1-800-216-8930 (Toll Free).
Guys now days lot of question's are covered on React Hooks.
Thank you so much sir for the lovely efforts ❤️
It's my pleasure @Raj Banna Sa Do like, share & subscribe to our channel to get updates on upcoming videos
Useful content❣❣
Glad it was helpful! Do like, share & subscribe to our channel to get updates on upcoming videos.
Nice Q & A! Thanks
@Martin Joshevski Glad you liked it! Do like, share & subscribe to our channel to get updates on upcoming videos.
Very valuable talk
Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
very informative video, my question is which country and plateform is better for applying for a react dev remote job.
@Hamza Yousaf Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
God would bless your channel if you attach a document to read the slides
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day!
.
Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
I'm not agree with the statement that React is just view. With current context + hooks it can be used as a controller, and you can write models with typescript. React + Typesript = MVC
at 14:27 , its mentioned that react is two way data binding , however react is one-way data binding , isnt it ?
Do like, share & subscribe to our channel to get updates on upcoming videos.
slide no.9 data binding info is wrong, please correct it.
31:10 Redux have one global store where as Flux can have multiple stores.
@Suraj Poddar We appreciate your active participation😊. Do like, share & subscribe to our channel to get updates on upcoming videos.
Hey thanks for sharing all these. Great video. I only have a single doubt. When you were talking about the differences between flux and redux, you mentioned flux has only one store and redux have multiple stores. Isn’t it the other way? As in flux have multiple stores and redux has only one store. I’m new to react, correct me if I’m wrong.
@Richu Jain If you wish to get Personal support Kindly call our course advisors on IND: +91-7022374614 US: 1-800-216-8930 (Toll-Free).
yes Flux has multiple stores where as Redux has only one they hv made mistakes in certain parts of their presentation
Please correct. React is unidirectional while Angular is biDirectional
@Anees Ahmad Thank you for active participation. SUBSCRIBE to Intellipaat to find out the right answer.
thank you so much for such awesome content.
Glad you liked it 😊 Do like, share & subscribe to our channel to get updates on upcoming videos.
These are almost based on Class based components, please upload functional component interview questions!
Alright. Next time.
31:45 flux has multiple stores.
@yugandhar's world Do like, share & subscribe to our channel to get updates on upcoming videos.
why still uses classes? fucntions are way better and faster, and it not messy as classes
You are right. Classes are outmoded. But they are required in interviews. A react developer must be able to maintain legacy react systems. So, classes, though outmoded are still relevant in interviews.
Hi Intellipaat, thanks for your dedicated work in helping anyone ace the react interview questions!
Being said that, please correct the stated difference between Flux & Redux for that redux used a single store where as Flux do multiple. Thanks
@Manna Hailemariam Glad it was helpful! Do like, share & subscribe to our channel to get updates on upcoming videos.
Please update this video with recommendations…
@Siva Kumar For personal support you can reach out to our course advisors on IND : +91-7022374614 US : 1-800-216-8930 (Toll Free).
The video is superb but @31:55 how can redux has multiple stores ?
@Anupam Sharma Do like, share & subscribe to our channel to get updates on upcoming videos.
Angular has two data binding vs react in unidirectional….. please check and update..
some 'vs' answers have wrong data
Thank you
Welcome.
Question 9 answer has error, react does not support 2 way data binding, Angular supports 2 way data binding. but here it was wriiten wrong
Thanks for pointing it out, I'll correct the error in Question 9 regarding React's data binding.
25:04 props are immutable
You have to work on explanation part
Sure! Meanwhile, Do like, share & subscribe to our channel to get updates on upcoming videos.
Good work
How to delete a row in reactt?
Angular is 2WayDataBinding and react is 1WayDataBinding 😞😞😞
React Does not support two way binding right
@ManuMohan Do like, share & subscribe to our channel to get updates on upcoming videos.😊
how can we get this slides
Please share your e-mail ID so that we can share the required files.
react js is unidirectional
How can we create a game
What kind of game?
@@Intellipaat spideman
37ques
Do like, share & subscribe to our channel to get updates on upcoming videos.
Can u share pdf
Thank you so much for appreciating the content. Your feedback motivates us to make more such content. Unfortunately, we don't share the source code or presentation deck with anyone. Although, if you wish to learn (course name) from Industry Experts and IIT Faculty, do fill out this form and we will reach out to you. Have a great day!
.
Google Form: forms.gle/XWy7MtQPrHkgq7Pt7
Any one in 2024 ?
Thank you for dropping the comment. Do subscribe to our channel to receive recent video updates.
Your accet makes everything hard to understand, sorry
@Ricardo Sure! We'll work on it. Meanwhile do like, share & subscribe to our channel to get updates on upcoming videos.
Roooters 😂