Skip to content

Commit 9d3815c

Browse files
committed
Update index.js
1 parent 0a8c21e commit 9d3815c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/pages/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ const libraries = [
2929
tagline: `Simple, immersive & interactive charts for React`,
3030
description: `Flexible, declarative, and highly configurable charts designed to pragmatically display dynamic data.`,
3131
},
32+
{
33+
name: 'React Location',
34+
styles: tw`bg-green-500 hover:(bg-white border-green-700 bg-transparent text-green-700 dark:text-green-400)`,
35+
href: 'https://react-location.tanstack.com',
36+
tagline: `Enterprise routing for React applications`,
37+
description: `Powerful, enterprise-grade routing including first-class URL Search APIs, declarative/suspendable route loaders & code-splitting and more.`,
38+
},
3239
{
3340
name: 'React Virtual',
3441
styles: tw`bg-purple-600 hover:(bg-white border-purple-700 bg-transparent text-purple-700 dark:text-purple-400)`,

0 commit comments

Comments
 (0)