score:1

pass id, origin, destination...etc like this to link.

<link to ={{
    pathname: {`${url}/${id}`}, 
    state: { 
        _id: id, 
        _origin: origin, 
        _destination:destination,
        _status: status,
        _type: type,
        _date: date 
    }
   }}>detail</link>

and in the navigated component access like this.

this.props.location

Related Query

More Query from same tag