Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add createQueryStore #6325

Open
wants to merge 27 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6dd30ee
Add createRemoteRainbowStore
christianbaroni Dec 11, 2024
68101ed
Fix import path
christianbaroni Dec 12, 2024
8a48827
Improve types, rename to createRainbowQueryStore
christianbaroni Dec 12, 2024
c8121cb
Clean up createRainbowStore
christianbaroni Dec 12, 2024
3fa324f
Ensure internal state is persisted when partialize is used, remove an…
christianbaroni Dec 13, 2024
938c7de
Make createBlendedPartialize faster, improve typing
christianbaroni Dec 13, 2024
4a6fc53
Improve persist map readability
christianbaroni Dec 13, 2024
d2c0061
Add dynamic params, API cleanup
christianbaroni Dec 16, 2024
eef9903
Misc. cleanup
christianbaroni Dec 16, 2024
96d8fd4
Add time utility
christianbaroni Dec 16, 2024
0b59554
Guard console.log
christianbaroni Dec 16, 2024
9966fa2
Merge remote-tracking branch 'origin/develop' into @christian/remote-…
christianbaroni Dec 16, 2024
c02515d
Add setData, clean up caching and staleTime logic, rename to createQu…
christianbaroni Dec 17, 2024
a8d4c73
Use consistent store naming
christianbaroni Dec 17, 2024
7dbb6ef
Improve error handling, add getStatus(), reduce type redundancy, omit…
christianbaroni Dec 19, 2024
2f86899
[createRainbowStore] Support maps and sets internally
christianbaroni Dec 19, 2024
791757e
Allow dynamic params for internal state: ($, store) => $(store).state
christianbaroni Dec 20, 2024
11f8fdf
[createRainbowStore] Catch up with develop
christianbaroni Dec 20, 2024
5d9d5c4
Merge remote-tracking branch 'origin/develop' into @christian/remote-…
christianbaroni Dec 20, 2024
61e97f4
Remove unnecessary assignment
christianbaroni Dec 20, 2024
fda20e2
Minor docs cleanup
christianbaroni Dec 20, 2024
96a12a7
Split types to better obscure private internal state
christianbaroni Dec 20, 2024
a1d1b45
Fix cache overwriting, expose and track queryKey, improve `setData` d…
christianbaroni Dec 21, 2024
8b11f97
Fix signal logging
christianbaroni Dec 21, 2024
b8c4a3c
Merge remote-tracking branch 'origin/develop' into @christian/remote-…
christianbaroni Dec 21, 2024
c677ad2
Organize types, skip string conversion if unneeded in getOrCreateAtta…
christianbaroni Dec 22, 2024
b969de5
Merge branch 'develop' into @christian/remote-rainbow-store
christianbaroni Dec 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading