Skip to content

Commit 3940c88

Browse files
committed
chore: add TanStack Router changeset and lint fixes
1 parent 980046f commit 3940c88

17 files changed

Lines changed: 95 additions & 29 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@refinedev/tanstack-router": minor
3+
---
4+
5+
feat: add TanStack Router integration. Related https://github.com/refinedev/refine/pull/6919
6+
7+
Added a new `@refinedev/tanstack-router` package with Refine router-provider support for TanStack Router, including route-aware helpers such as `NavigateToResource`, `CatchAllNavigate`, `DocumentTitleHandler`, and `UnsavedChangesNotifier`.
8+
9+
Also added TanStack Router documentation and routing guide examples, plus routing tutorial pages for the TanStack Router flow.

documentation/docs/guides-concepts/routing/tanstack-router/resource-and-routes-usage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,3 @@ export const ProductShow: React.FC = () => {
213213
);
214214
};
215215
`.trim();
216-

documentation/docs/guides-concepts/routing/tanstack-router/use-form-usage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,3 @@ export const ProductEdit: React.FC = () => {
202202
);
203203
};
204204
`.trim();
205-

documentation/docs/guides-concepts/routing/tanstack-router/use-modal-form-usage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,3 @@ export const ProductList: React.FC = () => {
228228
);
229229
};
230230
`.trim();
231-

documentation/docs/guides-concepts/routing/tanstack-router/use-table-usage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,3 @@ export const ProductList: React.FC = ({ tableProps }) => {
242242
);
243243
};
244244
`.trim();
245-

documentation/tutorial/routing/authentication/tanstack-router/sandpack.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,3 @@ export const finalFiles = {
130130
active: true,
131131
},
132132
};
133-

documentation/tutorial/routing/inferring-parameters/tanstack-router/sandpack.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,4 +386,3 @@ export const finalFiles = {
386386
active: true,
387387
},
388388
};
389-

documentation/tutorial/routing/intro/tanstack-router/sandpack.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,3 @@ export const finalFiles = {
115115
active: true,
116116
},
117117
};
118-

documentation/tutorial/routing/navigation/tanstack-router/sandpack.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,3 @@ export const finalFiles = {
234234
code: HeaderWithLinks,
235235
},
236236
};
237-

documentation/tutorial/routing/redirects/tanstack-router/sandpack.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,3 @@ export const finalFiles = {
298298
active: true,
299299
},
300300
};
301-

0 commit comments

Comments
 (0)