How to reload a component in solidjs (a route or a specific component) (I'm using solidjs/router)
I need to be able to reload a component clicking a button or reload the whole route page clicking another button. I want the same functionality like doing a window.location.reload but more specific with a router page or a component.
