velo-iledefrance / observatoire-vif

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Use location.hash instead of search params #12

Closed Tristramg closed 1 year ago

Tristramg commented 1 year ago

We don’t use the router and link to avoid prefetching data for no reason

Tristramg commented 1 year ago

Juste par curiosité sur le pinaillage, vu qu’on parle de window.location.hash dans quels cas on dit hash, dans quels cas fragments (je m’en fiche, c’est juste pour ma culture gé)

n-b commented 1 year ago

Le hash c’est le caractère, le fragment la portion de l’url qui suit:

In URIs, a hash mark # introduces the optional fragment near the end of the URL.

https://en.wikipedia.org/wiki/URI_fragment

n-b commented 1 year ago

Ah mais j’avais mal lu et je pinaillais sans réaliser qu’en javascript, on dit hash.

The hash property returns a string containing a '#' followed by the fragment identifier

et

The fragment is not URL decoded.

Pfff.

Bref, hash c’est bien. Allez zou.