Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: configure router to go between pods and cronjobs page #15

Merged
merged 1 commit into from
Jan 15, 2023

Conversation

davidhu2000
Copy link
Owner

Tanstack router looks awesome, so trying that over react-router. It should be an easy switch if tanstack/router doesn't work out somehow.

];
{ name: "Pods", href: "/pods" },
{ name: "Cron Jobs", href: "/cron-jobs" },
] as const;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as const makes sure we have full type safety when definiting links

@davidhu2000 davidhu2000 merged commit 592a430 into main Jan 15, 2023
@davidhu2000 davidhu2000 deleted the router branch January 15, 2023 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant