Since I am using `hashRouter`, I navigate programm...
# react
n
Since I am using
hashRouter
, I navigate programmatically using
a(href = "#/")
. Following javascript version
window.location = "/"
should work as well. You have to write it in kotlin.