技術とかの雑なToday I Learnedメモ

ツイートボタンを設置した

ツイートボタンを設置した

ツイートボタンをつけた。

今までずっとリンクをコピーしてツイート画面開いてリンク貼ってみたいなことをやっていたのでやっとつけられた。

設置自体はライブラリを使って比較的簡単にできた。

見た目とかはまだちょっと悩み中だけど、まあひとまずこれでという感じ。

react-twitter-embed vs react-share

ツイートボタンを設置するにあたって react-twitter-embed と react-share で悩んだ。

saurabhnemade/react-twitter-embed: Simplest way to add twitter widgets to your react project.

nygardk/react-share: Social media share buttons and share counts for React

スター数が圧倒的だったのと、最終更新日がより近かったのもあって react-share を選んだ。

これを書いている途中で react-tweet-embed というのも出てきた。

capaj/react-tweet-embed: react component which takes a tweet id in props and you'll get a tweet embed rendered once the twitter clientside API loads, nothing more

数日前に更新されているがスター数が少ない。

でもスター数でライブラリ選んでいいのか……?という気持ちはある。考慮に入れるぶんにはいいと思うけど。