Back to Browse

Props Tutorial: ReactJS Props | What are Props? | Communication across Components using Props

5.2K views
Apr 22, 2022
12:08

Props are the core concept of React as it allows you to pass data from Parent Component to Child Component. Props are the shorter form of Properties, the way HTML elements can have attributes similarly React Components can also have attributes that we called as "props" It is an object which stores the value of attributes of a tag and work similar to the HTML attributes. It gives a way to pass data from one component to other components. It is similar to function arguments. Props are passed to the component in the same way as arguments passed in a function Components are meant to be reuse, but if component will have only static data then it can't adopt to different requirement, so props is what that makes component behaves dynamically. Support my channel by liking and sharing my videos so that I can reach to wider audience. Please share it in your network 🙏 ►Checkout previous video on Components https://youtu.be/ypebuaGEEog ►Virtual DOM and Real DOM https://youtu.be/D3d1lyDR3xc ►ReactJS Introduction https://youtu.be/IAvGqTtMO98 ►Click here to Subscribe the channel: https://studio.youtube.com/channel/UC... ►JavaScript Course with ES6 Features-: https://youtube.com/playlist?list=PLC... ►Angular Complete Course: https://youtube.com/playlist?list=PLC... ►All important shorts videos: https://youtube.com/playlist?list=PLC... Connect with Me On Social Media Facebook: https://www.facebook.com/AngularJS4Be... LinkedIn: https://www.linkedin.com/in/nisha-sin... Instagram : https://www.instagram.com/nishasingla05/ Twitter: https://twitter.com/nishasingla05 #nishasingla #react #props

Download

1 formats

Video Formats

360pmp416.6 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Props Tutorial: ReactJS Props | What are Props? | Communication across Components using Props | NatokHD