@tanstack/react-start-client
Advanced tools
| export { StartClient } from './StartClient.js'; | ||
| export { hydrateStart } from './hydrateStart.js'; | ||
| export { Hydrate } from './Hydrate.js'; | ||
| export type { HydrateOptions, HydrateProps, HydrateWhen, HydrationInteractionEvent, HydrationInteractionEvents, HydrationPrefetchContext, HydrationPrefetchFunction, HydrationPrefetchStrategy, HydrationPrefetchWaitReason, HydrationStrategy, HydrationWhen, } from './Hydrate.js'; |
| "use client"; | ||
| import { hydrateStart } from "./hydrateStart.js"; | ||
| import { StartClient } from "./StartClient.js"; | ||
| import { Hydrate } from "./Hydrate.js"; | ||
| export { Hydrate, StartClient, hydrateStart }; | ||
| export { StartClient, hydrateStart }; |
+7
-1
| { | ||
| "name": "@tanstack/react-start-client", | ||
| "version": "1.168.4", | ||
| "version": "1.168.5", | ||
| "description": "Modern and scalable routing for React applications", | ||
@@ -41,2 +41,8 @@ "author": "Tanner Linsley", | ||
| }, | ||
| "./Hydrate": { | ||
| "import": { | ||
| "types": "./dist/esm/Hydrate.d.ts", | ||
| "default": "./dist/esm/Hydrate.js" | ||
| } | ||
| }, | ||
| "./package.json": "./package.json" | ||
@@ -43,0 +49,0 @@ }, |
+0
-14
@@ -5,15 +5,1 @@ 'use client' | ||
| export { hydrateStart } from './hydrateStart' | ||
| export { Hydrate } from './Hydrate' | ||
| export type { | ||
| HydrateOptions, | ||
| HydrateProps, | ||
| HydrateWhen, | ||
| HydrationInteractionEvent, | ||
| HydrationInteractionEvents, | ||
| HydrationPrefetchContext, | ||
| HydrationPrefetchFunction, | ||
| HydrationPrefetchStrategy, | ||
| HydrationPrefetchWaitReason, | ||
| HydrationStrategy, | ||
| HydrationWhen, | ||
| } from './Hydrate' |
110447
-0.5%2179
-0.82%