react-tweet
react-tweet copied to clipboard
React.js component for rendering tweets as they are presented on Twitter.com
I followed this [blogpost](https://medium.com/millennial-falcon-technology/reformatting-your-code-base-using-prettier-or-eslint-without-destroying-git-history-35052f3d853e) to run prettier on this repo. This was the command I used to run prettier ``` git filter-branch -f --tree-filter '\ prettier --single-quote \ --trailing-comma es5...
The twitter api does not directly support threads. We can still infer the start, end, and membership of a thread from the `in_reply_to_status_id` field. While displaying tweets it might be...
Using [styled-components](https://www.styled-components.com/) would probably lead to cleaner code. Plus, hover effects and more are possible. I would look into that somewhere in the next weeks if you like :)
I cloned this repo and ran `npm install`. Running this command updated the package-lock.json file ``` - "version": "1.4.1", + "version": "1.4.3", ``` Looks like we need to bump the...
``` warning "react-tweet > [email protected]" has incorrect peer dependency "react@^0.14.0". warning "react-tweet > [email protected]" has incorrect peer dependency "react-dom@^0.14.0". warning "react-tweet > [email protected]" has incorrect peer dependency "webpack@^1.0.0" ```