how to pass data from one component to another in react js example
Example: pass value from one component to another in polymer
<dom-module id="host-element">
<template>
<target-element target-property="{{hostProperty}}"></target-element>
</template>
</dom-module>
<my-element my-property="{{hostProperty}}">
<a href$="{{hostProperty}}">