Paratron / hookrouter

The flexible, and fast router for react that is entirely based on hooks
1.5k stars 90 forks source link

hash param support in navigate. #122

Closed jgoergen closed 4 years ago

jgoergen commented 4 years ago

If I added hash params support in navigate, would you be interested in pulling that in? Or is there a fundamental reason why you've omitted that?

Paratron commented 4 years ago

Yes, because I didn't deem that necessary. Version 2 will have the possibility to implement a hash based router provider, if someone needs that.

jgoergen commented 4 years ago

I ended up needed it in one case, I don't mind helping if you have anything you'd want help with, though!