feat(partners): rich AG Grid partner page with subpages#1039
Draft
jhislop-design wants to merge 1 commit into
Draft
feat(partners): rich AG Grid partner page with subpages#1039jhislop-design wants to merge 1 commit into
jhislop-design wants to merge 1 commit into
Conversation
Replace the sparse generic AG Grid partner entry with a dedicated, SEO- and AI-search-optimized resource hub at /partners/ag-grid, modeled on the existing Railway partner page and following repo conventions (Tailwind, Card/Button/Collapsible/CodeBlock, seo(), PartnerImage, trackEvent, FAQ + partner JSON-LD). Routing uses a layout + index so subpages branch off the main page: - /partners/ag-grid overview - /partners/ag-grid/getting-started React quickstart (install, render, TanStack Query) - /partners/ag-grid/vs-tanstack-table honest "when to choose which" comparison - /partners/ag-grid/enterprise grouping, pivoting, server-side row model, charts - /partners/ag-grid/studio embedded-analytics dashboards (ag-studio-react) Shared links, tracking, and UI helpers live in components/AgGridPartner so the sponsor UTM tags stay in sync across every page. External links carry ?utm_medium=sponsor&utm_source=tanstack&utm_campaign=partner-page. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
tanstack-com | fd856c1 | Commit Preview URL Branch Preview URL |
Jul 09 2026, 05:04 PM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Replaces the sparse, generic AG Grid partner page with a dedicated, SEO- and AI-search-optimized resource hub at
/partners/ag-grid, modeled on the existing Railway partner page and following repo conventions (Tailwind,Card/Button/Collapsible/CodeBlock,seo(),PartnerImage,trackEvent, FAQ + partner JSON-LD).The main page is a layout + index so subpages branch off it:
/partners/ag-grid/partners/ag-grid/getting-started/partners/ag-grid/vs-tanstack-table/partners/ag-grid/enterprise/partners/ag-grid/studioag-studio-reactquickstart, demos, trialWhy
AG Grid is the official open-source partner of TanStack Table. The old page was just a title, two-sentence blurb, and a visit button. This turns it into a developer-credible, conversion-focused hub that also ranks for queries like "ag grid vs tanstack table" and "ag grid react tanstack", and is structured for AI-search agents via FAQ JSON-LD.
Notes for reviewers
src/components/AgGridPartner.tsxholds all external links, click tracking, and small UI helpers so the sponsor UTM tags stay in sync across every page. All AG Grid links carry?utm_medium=sponsor&utm_source=tanstack&utm_campaign=partner-page.ag-studio-reactAPI shape, "1M+ rows") are synthesized from ag-grid.com. Each page links to the authoritative source, but a quick factual pass is worth it before this goes public.silver). Easy to switch to a tier badge if preferred.src/utils/partners.tsxstill points to/blog/ag-grid-partnership— not repointed here; happy to do so in a follow-up.tsc/lint/unit tests green (pre-commit hook), no console errors, light + dark mode checked in the preview.🤖 Generated with Claude Code