I want to monitor hash change and then change the state and rerender the component. so I want to know where to monitor the hash change in component lifecycle
example:
#/detail/:id => #/detail
{info:[a:1,b:2]} => {info:[]}
.#/detail/:id and #/detail are the same components