STRML / react-router-component

Declarative router component for React.
http://strml.viewdocs.io/react-router-component
MIT License
873 stars 94 forks source link

catch query parameters globally? #179

Closed ptrwllrt closed 7 years ago

ptrwllrt commented 8 years ago

I'd like to get access to query parameters on every possible route. (Mostly some tracking parameters from other pages, social links) With _query I get it on a specific route. Is there a way to access them globally with rrc, or do I need an own solution?

ptrwllrt commented 7 years ago

Found another way.

probablyVincentIp commented 2 years ago

wisdom_of_the_ancients