how to get url's dynamic title http://localhost:4300/title/örange which contain ö
You should use decodeURIComponent()
. Read more on it here. Example:
let { title } = decodeURIComponent(this.props.match.params);
console.log(title) // output => my-örange