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

improve: remove getting started #69

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

james-a-morris
Copy link
Contributor

No description provided.

Signed-off-by: james-a-morris <[email protected]>
Copy link

linear bot commented Sep 17, 2024

Copy link

vercel bot commented Sep 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
across-to ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 17, 2024 8:38pm

Copy link
Collaborator

@dohaki dohaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@gsteenkamp89 gsteenkamp89 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good just one nit

return (
<>
<BackgroundBanner />
<main className="relative z-[1] mx-auto flex w-full max-w-4xl flex-col items-center gap-6 px-4 py-10 lg:gap-8 lg:px-0">
<Text variant="heading-2" className="-mb-6 lg:-mb-8">
<Text variant="heading-2" className="-mb-6">
Copy link
Contributor

@gsteenkamp89 gsteenkamp89 Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: pass your key generated using createCacheKey as a key to <Suspense>. this will force it to show the fallback text while it fetches new data. Unless you don't want that.

Copy link
Contributor Author

@james-a-morris james-a-morris Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done on line 32

@james-a-morris james-a-morris merged commit 94dbc8b into staging-blog Sep 18, 2024
4 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.

3 participants