What patterns are people using for routing? I've been getting away with `switch` and `case` for JS (

What patterns are people using for routing? I've been getting away with switch and case for JS (and Router::new() for my Rust workers) but curious if anyone else has suggestions for keeping things tidy
Was this page helpful?