-
Notifications
You must be signed in to change notification settings - Fork 0
[codex] Surface public RSC performance demo #104
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,6 +47,11 @@ const featureRows = [ | |
| oss: 'Docs only', | ||
| pro: 'Included', | ||
| }, | ||
| { | ||
| feature: 'Public RSC demo with Lighthouse and bundle evidence', | ||
| oss: 'View-only', | ||
| pro: 'Included implementation patterns', | ||
| }, | ||
| { | ||
| feature: 'Support access with ShakaCode maintainers', | ||
| oss: 'Community channels', | ||
|
|
@@ -76,6 +81,11 @@ export default function ProPage(): ReactNode { | |
| to={docsRoutes.proOverview}> | ||
| Open Pro docs overview | ||
| </Link> | ||
| <Link | ||
| className="button button--secondary button--lg" | ||
| href="https://rsc.reactonrails.com/search-performance"> | ||
| View RSC performance demo | ||
| </Link> | ||
| <Link | ||
| className="button button--secondary button--lg" | ||
| href="https://www.shakacode.com/react-on-rails-pro/"> | ||
|
|
@@ -144,7 +154,9 @@ export default function ProPage(): ReactNode { | |
| </div> | ||
| <p className={styles.note}> | ||
| Need pricing, implementation guidance, or a free-license discussion? Visit{' '} | ||
| <a href="/docs/pro">the Pro docs landing page</a>. | ||
| <a href="/docs/pro">the Pro docs landing page</a>. Want proof first? | ||
| Open the{' '} | ||
| <a href="https://rsc.reactonrails.com/search-performance">RSC performance dashboard</a>. | ||
|
Comment on lines
+157
to
+159
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The plain |
||
| </p> | ||
| </section> | ||
| </main> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.