mannynotfound / react-tweet

React.js component for rendering tweets as they are presented on Twitter.com
67 stars 43 forks source link

Document the approach - recreating layout instead of embedding #37

Open dandv opened 6 years ago

dandv commented 6 years ago

Same issue as https://github.com/abraham/twitter-status/issues/75 - looks like this component does a lot of work to recreate Twitter's layout. Other components use the embedding API. How should a developer choose? The superiority of this component's approach might be lost on those who think "Oh, I can just use the embedding API/component".