Skip to content

Commit 7f290ad

Browse files
authored
docs: add frontmatter to the "how-to" guides (#4835)
1 parent 127944f commit 7f290ad

20 files changed

+46
-26
lines changed

docs/router/framework/react/how-to/arrays-objects-dates-search-params.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Work with Arrays, Objects, and Dates in Search Parameters
33
---
44

5-
# How to Work with Arrays, Objects, and Dates in Search Parameters
6-
75
Learn to handle arrays, objects, dates, and nested data structures in search parameters while maintaining type safety and URL compatibility.
86

97
## Quick Start

docs/router/framework/react/how-to/debug-router-issues.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# How to Debug Common Router Issues
1+
---
2+
title: How to Debug Common Router Issues
3+
---
24

35
This guide covers debugging common TanStack Router problems, from route matching failures to navigation issues and performance problems.
46

docs/router/framework/react/how-to/deploy-to-production.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# How to Deploy TanStack Router to Production
1+
---
2+
title: How to Deploy TanStack Router to Production
3+
---
24

35
This guide covers deploying TanStack Router applications to popular hosting platforms.
46

docs/router/framework/react/how-to/install.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: How to Install TanStack Router
33
---
44

5-
# How to Install TanStack Router
6-
75
## Prerequisites
86

97
- React 18.x.x or 19.x.x

docs/router/framework/react/how-to/integrate-chakra-ui.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# How to Integrate TanStack Router with Chakra UI
1+
---
2+
title: How to Integrate TanStack Router with Chakra UI
3+
---
24

35
This guide covers setting up Chakra UI with TanStack Router, including theme configuration and creating responsive, accessible components.
46

docs/router/framework/react/how-to/integrate-framer-motion.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# How to Integrate TanStack Router with Framer Motion
1+
---
2+
title: How to Integrate TanStack Router with Framer Motion
3+
---
24

35
This guide covers setting up Framer Motion with TanStack Router for smooth route transitions and navigation animations.
46

docs/router/framework/react/how-to/integrate-material-ui.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# How to Integrate TanStack Router with Material-UI (MUI)
1+
---
2+
title: How to Integrate TanStack Router with Material-UI (MUI)
3+
---
24

35
This guide covers setting up Material-UI with TanStack Router, including proper TypeScript integration and component composition patterns.
46

docs/router/framework/react/how-to/integrate-shadcn-ui.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# How to Integrate TanStack Router with Shadcn/ui
1+
---
2+
title: How to Integrate TanStack Router with Shadcn/ui
3+
---
24

35
This guide covers setting up Shadcn/ui with TanStack Router, including solutions for common animation and compatibility issues.
46

docs/router/framework/react/how-to/migrate-from-react-router.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: How to Migrate from React Router v7
33
---
44

5-
# How to Migrate from React Router v7
6-
75
This guide provides a step-by-step process to migrate your application from React Router v7 to TanStack Router. We'll cover the complete migration process from removing React Router dependencies to implementing TanStack Router's type-safe routing patterns.
86

97
## Quick Start

docs/router/framework/react/how-to/navigate-with-search-params.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# How to Navigate with Search Parameters
1+
---
2+
title: How to Navigate with Search Parameters
3+
---
24

35
This guide covers updating and managing search parameters during navigation using TanStack Router's Link components and programmatic navigation methods.
46

0 commit comments

Comments
 (0)