The name useSession
makes me confusing
#5386
sundaycrafts
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hello there, thank you for developing such a wonderful product!
I tried it out as a hobby project, and it has ideal APIs for me that I enjoyed using every day.
I have one minor suggestion that I noticed while using it.
Many hooks are intended to work on the client side and actually do work that way, but
useSession
is an exception that also works on the server side, right?This was a bit surprising (although it's a good thing), and I accidentally used the similar-looking useSearch inside
Route.server.handlers
to get validated search params, which confused me for a moment.That's my feedback. Overall, it's been a fantastic experience, and he's working great on my server. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions