<Route exact path="/details/:id" render={(props) => <DetailsPage globalStore={globalStore} {...props} /> } />
<input type= "text" value={ this.state.value || "" } placeholder="Enter Name" />