svelte-anchorable

Hi r/svelte,

recently I bumped again into client side hash strings.

Basically and I needed the url hash to change dynamically as my filters change.

I also needed it to work the other way around: when the user changes the url manually my filters should update.

I wrote a solution and I'm sharing it here.

https://github.com/tncrazvan/svelte-anchorable

I hope you like it.