tanstack-start-dashboard icon indicating copy to clipboard operation
tanstack-start-dashboard copied to clipboard

Admin Dashboard Starter with Tanstack Start + Shadcn Ui

Results 9 tanstack-start-dashboard issues
Sort by recently updated
recently updated
newest added

[This Nextjs Repo](https://github.com/Kiranism/next-shadcn-dashboard-starter) contains all the necessary starter features for building a modern dashboard. You are welcome to contribute and add even more features to enhance this react starter. Your...

- Theme toggle and profile edit is not hidden to large screens

- When the desktop sidebar is collapsed, it turns into icons as expected. However, if the window size is reduced after collapsing the desktop sidebar, the mobile sidebar also switches...

- In this project, many components rely heavily on deeply nested props being passed down through multiple layers. This approach can make the codebase harder to maintain, as it creates...

- The theme toggle and profile button are currently only visible on mobile screen sizes, making them inaccessible on desktop or larger screens.

- The project is set up for server-side rendering (SSR) with React, but some packages and imports specific to Next.js have been added. Since Next.js has a unique setup and...

Love what you started here - I know you also have the NextJS deployment of this product.. how do you setup crumbs for nested pages? e.g., products > 123 Where...