pass value from one component to another react code 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}}">