Is there any router available for v3, even if alpha?
hyperfiddle.router4 is available in com.hyperfiddle/hyperfiddle {:mvn/version "v0-alpha-SNAPSHOT"} , it works in v3 and has had some stability upgrades but it is super undocumented and not exactly easy to use
it needs some DX/"frontend" work
Here is the best example, though it uses router3, i think you can just change 3 to 4
Here is a much simpler goog history router from electric v2, you can upgrade it to v3, if you have some experience with v3 it should be straightforward
I can confirm, using reitit router with electric is as simple as:
or you can try simply using reitit. It works just fine for me. Just listen to route changes atom data via e/watch and that's it:) https://cljdoc.org/d/metosin/reitit/0.8.0-alpha1/api/reitit.frontend.easy