next.js
8aebac17 - Development: Don't import app-router / hot-reloader through next/link in application code (#83656)

Commit
132 days ago
Development: Don't import app-router / hot-reloader through next/link in application code (#83656) ## What? Removes imports from the app-ssr layer that cause transitive dependencies to be included during compilation in development. For the trace that I received from an application there was quite a bit of overhead for them because of this issue. Trace: ![CleanShot 2025-09-10 at 21.32.27@2x.png](https://app.graphite.dev/user-attachments/assets/8a7e5323-ed3c-4aec-8723-7fbbae89a99d.png)
Author
Parents
Loading