Conversation
Memoize inline JSX callbacks with useCallback, wrap context value with useMemo, replace unsafe `as Theme` cast with a type guard, rename shadowed variable, extract ProviderButton component, and add inline disable comments for side-effect font imports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace bun with pnpm via vite-plus (vp), consolidate oxlint/oxfmt config into vite.config.ts, update CI workflow to use setup-vp, and switch imports to vite-plus module paths. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace radix-ui primitives with @base-ui/react via shadcn's base-nova preset. Convert asChild prop pattern to Base UI's render prop across all consumer components. Disable jsx-no-jsx-as-prop lint rule as it conflicts with Base UI's idiomatic render prop API. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
startkit | 8fe42fe | Commit Preview URL Branch Preview URL |
Mar 24 2026, 02:18 AM |
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.
Summary
base-novapreset, switching the underlying primitive library for all shadcn/ui componentsasChildtorenderprop in all consumer components (header, user-menu, theme-picker, index page) — Base UI usesrenderfor component composition instead of Radix'sasChildpatternradix-uidependency (~76 transitive packages removed), replaced by single@base-ui/reactpackagejsx-no-jsx-as-proplint rule globally since Base UI'srenderprop inherently requires JSX as a prop valueTest plan
vp checkpasses (format, lint, typecheck)vp testpasses (12/12 tests)<a>/<Link>elements🤖 Generated with Claude Code