Skip to content
Dashboard

Embed tweets into your React application without sacrificing performance.

app/page.tsx
import { Tweet } from 'react-tweet'
export default function Page() {
return <Tweet id="1683920951807971329" />
}

Copy link to headingImproving embeds with Server Components

app/page.tsx
import { Tweet } from 'react-tweet'
export default function Page() {
return <Tweet id="1683920951807971329" />
}

Copy link to headingNative Twitter embed

Copy link to headingTwitter embed with iframe

Copy link to headingreact-tweet

Copy link to headingHow react-tweet works

Copy link to headingGet started with react-tweet

npm i react-tweet

Ready to deploy?