Child components that want to do things with the r...
# decompose
a
Child components that want to do things with the router (old style, pre-0.8.0), what is you're guy's preferred way of allowing the child to do things? I see 3 options: 1. Pass the router it's self down to the child 2. Pass the component that owns the router down to the child, and expose methods that will mutate the router internally 3. Pass in a lambda to the children which they call, which then calls into the router or component that owns the router
3️⃣ 2