Skip to content

Conversation

@jherr
Copy link
Contributor

@jherr jherr commented Jan 31, 2026

No description provided.

@netlify
Copy link

netlify bot commented Jan 31, 2026

Deploy Preview for tanstack ready!

Name Link
🔨 Latest commit ceaf6d5
🔍 Latest deploy log https://app.netlify.com/projects/tanstack/deploys/698ca5910a531f0008bfdbaf
😎 Deploy Preview https://deploy-preview-691--tanstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 26 (🟢 up 2 from production)
Accessibility: 90 (no change from production)
Best Practices: 75 (no change from production)
SEO: 97 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

const [Header, Content, Footer] = await Promise.all([
createCompositeComponent(() => <header>...</header>),
createCompositeComponent(() => <main>...</main>),
createCompositeComponent(() => <footer>...</footer>),
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you can pass an object of Components to createCompositeComponent instead of doing a call for each. Not sure which pattern we want to promote

Why does this matter in practice?

- Cache RSC output across navigations (instant back-button, anyone?)
- Interleave server UI with client state
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Interleave server UI with client state
- interweave server UI with client state

@tannerlinsley tannerlinsley merged commit 2826e4b into main Feb 11, 2026
6 of 7 checks passed
@tannerlinsley tannerlinsley deleted the rsc-blog-cleanup branch February 11, 2026 15:51
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.

4 participants