Replies: 1 comment 1 reply
|
sounds like you need tanstack router :) |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I generally prefer my forms to be stored in the URL like this
https://www.exmple.com?firstName=asdasd&lastName=zxczxcIt would be great to have this integrated to
tanstack/formConsidered nuqs, but it doesn't help with input validations, it's just a
useStatefor search params!Ideally the solution will be debounced, to avoid unecessary rerenders.
All reactions