Skip to content

Update dependencies and implement compiler-based memoization ⚡#55

Open
sanjaiyan-dev wants to merge 2 commits into
moraexams:mainfrom
sanjaiyan-dev:sanjaiyan-update-astro
Open

Update dependencies and implement compiler-based memoization ⚡#55
sanjaiyan-dev wants to merge 2 commits into
moraexams:mainfrom
sanjaiyan-dev:sanjaiyan-update-astro

Conversation

@sanjaiyan-dev

Copy link
Copy Markdown
Contributor

Summary
This PR updates several core packages to improve build efficiency and runtime performance. These updates are non-breaking and focus on leveraging automated memoization and modern build tooling.

Key Changes

  • React Compiler Integration: Enabled to provide automatic memoization. This reduces unnecessary re-renders and provides a performance boost without manual useMemo or useCallback implementation.
  • Astro React Optimization: Updated @astrojs/react to include PR #14917. This optimizes static React components, which can result in up to a 62% performance improvement for static rendering.
  • Astro v6 & Vite v7: Upgraded Astro to version 6, which transitions our internal build engine to Vite v7 for faster build times and improved stability.

@vercel

vercel Bot commented May 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Error Error May 7, 2026 4:58pm

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.

1 participant