react-easy-params
react-easy-params copied to clipboard
Support path string similar to `location.pathname`
I'm finding the current path
array to be kinda awkward to use in my app. I'm more used to the simple old string path like /path
. Which is also the default format in a lot of places and libraries, like location.pathname
for example.
Please consider providing the path as a simple string.