© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Anuj Tiwari
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