Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
feat: add deprecation notice to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 24, 2024
1 parent bdfc1e4 commit e2184d7
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
<p align="center">
<a href="https://react-static-tweets.vercel.app/1352687755621351425">
<img alt="React Static Tweets" src="https://raw.githubusercontent.com/transitive-bullshit/react-static-tweets/master/example/demo.jpg" width="550">
</a>
</p>
# Deprecation Notice

Vercel released [react-tweet](https://github.com/vercel/react-tweet) which is a better maintained version of this library. Please use that instead.

---

# React Static Tweets

> Extremely fast static renderer for tweets.
[![NPM](https://img.shields.io/npm/v/react-static-tweets.svg)](https://www.npmjs.com/package/react-static-tweets) [![Build Status](https://github.com/transitive-bullshit/react-static-tweets/actions/workflows/test.yml/badge.svg)](https://github.com/transitive-bullshit/react-static-tweets/actions/workflows/test.yml) [![Prettier Code Formatting](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)](https://prettier.io)

<p align="center">
<a href="https://react-static-tweets.vercel.app/1352687755621351425">
<img alt="React Static Tweets" src="https://raw.githubusercontent.com/transitive-bullshit/react-static-tweets/master/example/demo.jpg" width="550">
</a>
</p>

## Demo

Visit [react-static-tweets.vercel.app](https://react-static-tweets.vercel.app/1352687755621351425) and append your tweet ID. You can also append `/dynamic/<tweetId>` if you want to test the non-SSR version.
Expand Down

0 comments on commit e2184d7

Please sign in to comment.