Gathering detailed insights and metrics for @react-query-rewind/svelte-query-rewind
Gathering detailed insights and metrics for @react-query-rewind/svelte-query-rewind
Gathering detailed insights and metrics for @react-query-rewind/svelte-query-rewind
Gathering detailed insights and metrics for @react-query-rewind/svelte-query-rewind
DevTool for TanStack Query
npm install @react-query-rewind/svelte-query-rewind
Typescript
Module System
Node Version
NPM Version
48.1
Supply Chain
87.8
Quality
85.8
Maintenance
100
Vulnerability
100
License
TypeScript (41.59%)
JavaScript (37.1%)
Vue (9.3%)
Svelte (5.67%)
CSS (4.35%)
HTML (1.98%)
Total Downloads
4,680
Last Day
1
Last Week
2
Last Month
6
Last Year
4,680
59 Stars
369 Commits
1 Forks
3 Watching
17 Branches
66 Contributors
Latest Version
1.1.11
Package Id
@react-query-rewind/svelte-query-rewind@1.1.11
Unpacked Size
16.12 kB
Size
5.07 kB
File Count
12
NPM Version
10.8.2
Node Version
20.17.0
Publised On
20 Sept 2024
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
-77.8%
6
Compared to previous month
Last year
0%
4,680
Compared to previous year
3
30
Svelte Query Rewind introduces a powerful DevTool extension designed to work in conjunction with React Query's built-in DevTools in order to optimize time-traveling through state changes in an application. This open-source extension is tailored to enhance the debugging experience for React Query users, allowing them to explore state changes and component relationships with ease.
React Query installed and in use in your application.
Install RQRewind Chrome Extension.
Download npm package into your application as a dev dependency.
1npm i --save-dev @react-query-rewind/svelte-query-rewind
Import the ReactQueryRewind component into the root of your applicaiton.
1import ReactQueryRewind from '@react-query-rewind/svelte-query-rewind;`
Place ReactQueryRewind next to the root of your application inside the QueryClientProvider component.
1ReactDOM.createRoot(document.getElementById('root')!).render( 2 <QueryClientProvider client={queryClient}> 3 <App /> 4 <ReactQueryRewind /> 5 </QueryClientProvider> 6);
Open the Chrome DevTool Extension and start coding!
Austin Cavanagh - GitHub - LinkedIn - austin.cavanagh.cs@gmail.com
Emma Teering - GitHub - LinkedIn - teeringe@gmail.com
John Dunn - GitHub - LinkedIn - johnwdunn20@gmail.com
Rui Fan - GitHub - LinkedIn - rfan1986@gmail.com
Project Link: React Query Rewind
Website: reactqueryrewind.com
MIT Link
No vulnerabilities found.
No security vulnerabilities found.