@anujtiwari1375
Nothing here yet.
Nothing here yet.
No blogs yet.
Using Props you can communicate between two component. When calling a component with in a component you can pass some props like: <Welcome name="David" />, And with in the Welcome component you will be able to access it via props.name