• Stars
    star
    696
  • Rank 62,753 (Top 2 %)
  • Language
  • Created about 4 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Static Tweet

Embedded and static tweet for Next.js applications using react-tweet.

Demo

How to use

To have a working copy of this project, run the following command:

pnpm create-next-app --example https://github.com/lfades/static-tweet/tree/main static-tweet

Add tweets to your app

This example uses react-tweet to render the tweets, you can see it in usage in Rauchg's blog and by going to its Next.js documentation.