Hi, I was looking at the current implementation of menu items and noticed that there is no actual link (meaning, html <a> tag). As a result, for instance, even in the navigation bar there is no actual link, and transitions to other pages are managed via onclick events.
I think having links would be an improvement, especially considering server-side rendered pages.
Do you think this make sense, or do you have specific reasons to not go in this direction?
Hi, I was looking at the current implementation of menu items and noticed that there is no actual link (meaning, html
<a>tag). As a result, for instance, even in the navigation bar there is no actual link, and transitions to other pages are managed via onclick events.I think having links would be an improvement, especially considering server-side rendered pages.
Do you think this make sense, or do you have specific reasons to not go in this direction?