Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/start/framework/react/migrate-from-next-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Learn more about the [Links](/router/latest/docs/framework/react/guide/navigatio
### Images

Next.js uses the `next/image` component for optimized images. In TanStack Start, you can use the package called [Unpic](https://unpic.pics/) for similar functionality
and almost a drop-in replacement.
and almost as a drop-in replacement.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think i would prefer "and is almost a drop-in replacement"?


```tsx
import Image from 'next/image' // [!code --]
Expand Down