Closed juraj98 closed 1 month ago
Latest commit: a9bae02fb0b8a962143f2504e888e5412a3ab273
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-uploadthing | π Canceled (Inspect) | Oct 1, 2024 7:10pm |
[!WARNING]
Rate limit exceeded
@juliusmarminge has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 11 minutes and 14 seconds before requesting another review.
β How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.π¦ How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.π₯ Commits
Files that changed from the base of the PR and between caa533cb08e2bbaa344211ef06cc2acd37f06a7b and a9bae02fb0b8a962143f2504e888e5412a3ab273.
The pull request introduces significant changes to the examples/minimal-tanstack-start
project, including the addition of a new router file (router.tsx
) that initializes a router instance and integrates upload functionality. A server-side rendering handler (ssr.tsx
) is also added to facilitate routing and SSR capabilities. The changes extend the @tanstack/react-router
module to include a new interface for better integration. Overall, these updates enhance the routing and file upload management within the application.
Files | Change Summary |
---|---|
examples/minimal-tanstack-start/app/router.tsx |
Introduced createRouter function and routerWithUploadThing for managing upload functionality; modified Register interface in @tanstack/react-router . |
examples/minimal-tanstack-start/app/ssr.tsx |
Added SSR handler integrating routing with server-side rendering capabilities; defined global variable __UPLOADTHING for router configuration extraction. |
@tanstack/start
, which includes details on creating a FileRouter essential for managing file uploads, directly relating to the createRouter
function added in the main PR.UploadButton
and UploadDropzone
components, which are relevant to the upload functionality integrated in the main PR's routerWithUploadThing
function.@tanstack/start
, including updates to import paths and clarifications on CSS inclusion, which are relevant to the routing and upload functionality introduced in the main PR.createRouter
function and its integration with upload functionality.In the meadow of code, we hop with glee,
New routers and uploads, as bright as can be.
With each little change, our project takes flight,
A dance of new features, oh, what a delight!
So letβs celebrate, with a joyful cheer,
For the magic of coding brings us all near! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Adds minimal-tanstack-start example.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores