dburles / route2

🔗 A simple client side router with React support
2 stars 0 forks source link

setting params in url #2

Open ralphievolt opened 6 years ago

ralphievolt commented 6 years ago

if this is the current url/route href="/query-string-test?a=foo&b=2&c=bar"

how will I able to change value of variables a, b, and c? I'd like to use it my tabs so that when I refresh my browser I can reference what tab was chosen.

Sorry for bothering you =)