-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
Description
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?
thibautRe and cwagner22