State Management w/ Context & Sqlite Tagline #8399
Unanswered
DeliveranceTechSolutions
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use scoping like this article: https://tkdodo.eu/blog/zustand-and-react-context
Should I carry my query clients in stores or will that force caches to be wiped? I'm not sure on what actually determines the state of the cache, or is the memory reserved with a stale timer regardless of what I do with the client?
I'm also using Sqlite as a fuzzy search but saw the query fuzzy search function. I hesitated in starting with that because I'm currently joining over 10-15k rows and doing a likeness search over multiple fields. The database will always stay static in size and only grow, so no normalizations or deletes will be occurring. Do you guys think FuzzyFn can help solve this problem?
thanks for any and all help
Beta Was this translation helpful? Give feedback.
All reactions