-
Notifications
You must be signed in to change notification settings - Fork 23
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
Hub RSC rewrite #3454
Hub RSC rewrite #3454
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
I think this is having trouble with Squiggle AI at the moment. Example error in logs: Unhandled Rejection: Error [PrismaClientKnownRequestError]: An operation failed because it depends on one or more records that were required but not found. Record to update not found. |
I'm experimenting with optimizing Hub loading performance - prefetching, loading states, and maybe some gradual migrations from Relay to RSC.The experiments were so successful that I did the full rewrite from GraphQL to RSC and server actions :)
So, fixes #3154.