I used this Link , when i refresh the page props.location.state === null any solution to keep the data in props.location.state when refreshing or charging new pages without using local storage?
<Link to={{ pathname: `/details/${imdbID}`, state: this.props }}>