Static GitHub Issues

[2965] How to handle route param updates

prev: how to redirect in server side ?
next: Is SSR useless if the request url is not sure?

If the destination is the same as the current route and only params are changing (eg: going from one profile to another /users/1 -> /users/2)

How can I recognize this and update the component?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2571">#c2571</a>)</em></sub></div>