|
|
|
|
|
by JimDabell
512 days ago
|
|
Clicking a link indicates the user wants to see something. Clicking a button indicates the user wants to do something. Links shouldn’t change state. This has been an extremely strong convention for several decades. If you write code that changes state when a page is loaded, you are breaking this convention. |
|