-
-
Notifications
You must be signed in to change notification settings - Fork 47
docs(react): basic setup #13
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
Conversation
docs/framework/react/basic-setup.md
Outdated
| import { QueryDevtools } from '@tanstack/react-query' | ||
| import { FormDevtools } from '@tanstack/react-form' |
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.
not implemented yet
AlemTuzlak
left a comment
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.
Thank you, small suggestions
More templates
@tanstack/devtools
@tanstack/devtools-event-bus
@tanstack/devtools-event-client
@tanstack/react-devtools
@tanstack/solid-devtools
commit: |
AlemTuzlak
left a comment
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.
Minor framework change
docs/framework/solid/basic-setup.md
Outdated
|
|
||
| import { TanstackDevtools } from '@tanstack/solid-devtools' | ||
|
|
||
| import { ReactQueryDevtoolsPanel } from '@tanstack/solid-query-devtools' |
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.
This actually doesn't exist in solid query devtools, we shpuld either add it there or remove from here, just a small FYI
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.
neither dose form at this point, but my intention was to get it added asap
53515e9 to
22631ae
Compare
Docs for basic dev tools setup