Is there anyway to implement routing with compose ...
# compose-web
h
Is there anyway to implement routing with compose web in a similiar way to react router?
b
Don't think there's any "Context API" to drive this in compose. You could always route via redux, though.
s
Context API and CompositionLocals are very similar in their use, so probably it is possible
👍 2
r
Here’s an experimental library by @hfhbd for routing with compose: https://github.com/hfhbd/routing-compose
h
I'll look into it, thanks