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(codemod) : TanStack Router Code Splitting #1305

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

manishjha-04
Copy link
Contributor

📚 This codemod automates the process of splitting your TanStack Router route files into two separate files to enable code splitting. By utilizing this codemod, you can easily move non-critical route configuration, such as the component, into a separate .lazy.tsx file, which allows for better performance and reduced initial load time in your React application.

You can find the implementation here

Copy link

vercel bot commented Aug 31, 2024

@manishjha-04 is attempting to deploy a commit to the Codemod Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

pkg-pr-new bot commented Aug 31, 2024

commit: 949df71

pnpm add https://pkg.pr.new/codemod@1305

Open in Stackblitz

@arshcodemod arshcodemod merged commit 2327e87 into codemod-com:main Sep 20, 2024
7 of 9 checks passed
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.

2 participants