react-easy-params icon indicating copy to clipboard operation
react-easy-params copied to clipboard

:link: Auto synchronize your state with the URL and LocalStorage.

Results 4 react-easy-params issues
Sort by recently updated
recently updated
newest added

I tried to fix #3, and fix #4. What do you think of this approach? Instead of `path` array and separate `params`, this uses a [URL]\(-like) object (only thing different...

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...

It seems paths that start with `/#` don't work (they aren't reflected in `path` variable), and also they make `params` not work either, so `example.com/#path?param=value` has both `path` and `params`...

This kind of a continuation of the last one. Sorry for another issue 😅 So as mentioned in the last issue, I wasn't actually using the params side of this...