uno.extensions icon indicating copy to clipboard operation
uno.extensions copied to clipboard

[Navigation] What is the need of matching the same route with regex 6 times per request?

Open xperiandri opened this issue 1 year ago • 1 comments

What would you like to be removed:

Parsing the route with regex twice

Why is this needed:

It is strange and inefficient to perform the same operation twice

For which Platform:

  • iOS
  • Android
  • WebAssembly
  • WebAssembly renders for Xamarin.Forms
  • Windows

Anything else we need to know?

HasQuilifier and NavigationRequestExtensions.ToRoute both parse qualifier with regex

xperiandri avatar Jul 30 '24 13:07 xperiandri