An idea to create stateful router loaders. #2656
merthanmerter
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
-
Sometimes, we need to load data with a route loader but don't want to use URL search parameters, especially when:
So I created a stateful data loading prototype using jotai store.
Do you think this approach might be overkill or against any best practices?
Edit: I don't know if there is a native way to do that with tsr btw.
Gist
Beta Was this translation helpful? Give feedback.
All reactions