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" />
}

Link to headingImproving embeds with Server Components

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

Link to headingNative Twitter embed

Link to headingTwitter embed with iframe

Link to headingreact-tweet

Link to headingHow react-tweet works

Link to headingGet started with react-tweet

npm i react-tweet