-
Notifications
You must be signed in to change notification settings - Fork 182
Add tanstack/db #406
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 tanstack/db #406
Conversation
✅ Deploy Preview for tanstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
src/libraries/index.tsx
Outdated
configProject, | ||
] satisfies Library[] | ||
|
||
export const librariesByGroup = { | ||
app: [startProject, routerProject], | ||
state: [queryProject, storeProject, pacerProject], | ||
state: [queryProject, dbProject, storeProject, pacerProject], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll combine app
and state
sections as discussed in discord. Keep order that they are in with query at 3, db at 4 etc.
Just FYI, I raised a PR on this PR KyleAMathews#1 to finish up the page, etc. |
docs: finish up coming soon page.
Just a note that it would be great if we’re able to merge/deploy this ahead of my talk at Local-first Conf this Tuesday (3pm CEST). |
No description provided.