Make server component <PricingTable /> for NextJS #7725
dominictobias
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There is a noticeable delay (and empty content not a loading spinner) when rendering the
<PricingTable />on NextJS.However
import { PricingTable } from '@clerk/nextjs'shouldn't need to delay render. Clerk could have a server component version of the component for@clerk/nextjs(and tanstack) which fetches the data it needs before render, making the pricing pages feel a lot nicer.Beta Was this translation helpful? Give feedback.
All reactions