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

Commit e2184d7

Browse files
feat: add deprecation notice to readme
1 parent bdfc1e4 commit e2184d7

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

readme.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1-
<p align="center">
2-
<a href="https://react-static-tweets.vercel.app/1352687755621351425">
3-
<img alt="React Static Tweets" src="https://raw.githubusercontent.com/transitive-bullshit/react-static-tweets/master/example/demo.jpg" width="550">
4-
</a>
5-
</p>
1+
# Deprecation Notice
2+
3+
Vercel released [react-tweet](https://github.com/vercel/react-tweet) which is a better maintained version of this library. Please use that instead.
4+
5+
---
66

77
# React Static Tweets
88

99
> Extremely fast static renderer for tweets.
1010
1111
[![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)
1212

13+
<p align="center">
14+
<a href="https://react-static-tweets.vercel.app/1352687755621351425">
15+
<img alt="React Static Tweets" src="https://raw.githubusercontent.com/transitive-bullshit/react-static-tweets/master/example/demo.jpg" width="550">
16+
</a>
17+
</p>
18+
1319
## Demo
1420

1521
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.

0 commit comments

Comments
 (0)