diff --git a/docs/_posts/2013-06-02-jsfiddle-integration.md b/docs/_posts/2013-06-02-jsfiddle-integration.md index dcef1456feb6..43922bcc7fcf 100644 --- a/docs/_posts/2013-06-02-jsfiddle-integration.md +++ b/docs/_posts/2013-06-02-jsfiddle-integration.md @@ -7,4 +7,3 @@ author: [vjeux]

React (by Facebook) is now available on JSFiddle. facebook.github.io/react/

— JSFiddle (@jsfiddle) June 2, 2013
- diff --git a/docs/_posts/2013-09-24-community-roundup-8.md b/docs/_posts/2013-09-24-community-roundup-8.md index 7de4e98019ba..65084d774cf0 100644 --- a/docs/_posts/2013-09-24-community-roundup-8.md +++ b/docs/_posts/2013-09-24-community-roundup-8.md @@ -29,8 +29,6 @@ We've also reached a point where there are too many questions for us to handle d While this is not going to work for all the attributes since they are camelCased in React, this is a pretty cool trick.

Turn any DOM element into a React.js function: JSXTransformer.transform("/** @jsx React.DOM */" + element.innerHTML).code

— Ross Allen (@ssorallen) September 9, 2013
- - ## Remarkable React diff --git a/docs/_posts/2014-11-25-community-roundup-24.md b/docs/_posts/2014-11-25-community-roundup-24.md index 8bf64f38d19f..bf34f58f5a75 100644 --- a/docs/_posts/2014-11-25-community-roundup-24.md +++ b/docs/_posts/2014-11-25-community-roundup-24.md @@ -95,5 +95,3 @@ We're counting down the days until [React.js Conf](http://conf.reactjs.com) at F

If anyone in Sydney is curious about @reactjs, I'm presenting at @sydjs tonight on how to use it and why it is the future. #javascript

— Jed Watson (@JedWatson) November 19, 2014
- - diff --git a/docs/_posts/2015-02-18-react-conf-roundup-2015.md b/docs/_posts/2015-02-18-react-conf-roundup-2015.md index 6b675d0b357e..3f7d3dfc266d 100644 --- a/docs/_posts/2015-02-18-react-conf-roundup-2015.md +++ b/docs/_posts/2015-02-18-react-conf-roundup-2015.md @@ -262,7 +262,6 @@ And, in case you missed a session, you can borrow **Michael Chan’s** [drawings

I really love the community shout outs by @vjeux between talks at #reactjsconf!

— Andrew Rota (@AndrewRota) January 29, 2015
- **All proceeds from React.js Conf 2015 were donated to the wonderful programs at [code.org](http://code.org)**. These programs aim to increase access to the field of computer science by underrepresented members of our community. Watch this video to learn more. diff --git a/docs/_posts/2016-07-22-create-apps-with-no-configuration.md b/docs/_posts/2016-07-22-create-apps-with-no-configuration.md index 6c421fd57a8d..d05bb360d8e2 100644 --- a/docs/_posts/2016-07-22-create-apps-with-no-configuration.md +++ b/docs/_posts/2016-07-22-create-apps-with-no-configuration.md @@ -130,7 +130,6 @@ Combining these tools requires some experience with each of them. Even so, it is Many of those tools are plugin platforms and don’t directly acknowledge each other’s existence. They leave it up to the users to wire them together. The tools mature and change independently, and tutorials quickly get out of date.

Marc was almost ready to implement his "hello world" React app pic.twitter.com/ptdg4yteF1

— Thomas Fuchs (@thomasfuchs) March 12, 2016
- This doesn’t mean those tools aren’t great. To many of us, they have become indispensable, and we very much appreciate the effort of their maintainers. They already have too much on their plates to worry about the state of the React ecosystem. diff --git a/docs/_posts/2017-09-26-react-v16.0.md b/docs/_posts/2017-09-26-react-v16.0.md index 19b005c01c8b..1c3b2cf45b4d 100644 --- a/docs/_posts/2017-09-26-react-v16.0.md +++ b/docs/_posts/2017-09-26-react-v16.0.md @@ -100,7 +100,6 @@ Perhaps the most exciting area we're working on is **async rendering**—a strat This demo provides an early peek at the types of problems async rendering can solve:

Ever wonder what "async rendering" means? Here's a demo of how to coordinate an async React tree with non-React work https://t.co/3snoahB3uV pic.twitter.com/egQ988gBjR

— Andrew Clark (@acdlite) September 18, 2017
- *Tip: Pay attention to the spinning black square.* diff --git a/docs/index.md b/docs/index.md index c3ac5ad1184a..b1e58a668294 100644 --- a/docs/index.md +++ b/docs/index.md @@ -73,9 +73,4 @@ id: home
- - - - - diff --git a/www/gatsby-config.js b/www/gatsby-config.js index c5fb06747a29..0fc055f032a2 100644 --- a/www/gatsby-config.js +++ b/www/gatsby-config.js @@ -21,6 +21,7 @@ module.exports = { 'gatsby-plugin-netlify', 'gatsby-plugin-glamor', 'gatsby-plugin-react-next', + 'gatsby-plugin-twitter', { resolve: 'gatsby-plugin-nprogress', options: { diff --git a/www/package.json b/www/package.json index c47fb84330e6..960c4c3d9d46 100644 --- a/www/package.json +++ b/www/package.json @@ -23,6 +23,7 @@ "gatsby-plugin-react-helmet": "^1.0.3", "gatsby-plugin-react-next": "^1.0.3", "gatsby-plugin-sharp": "^1.6.2", + "gatsby-plugin-twitter": "^1.0.10", "gatsby-remark-autolink-headers": "^1.4.4", "gatsby-remark-copy-linked-files": "^1.5.2", "gatsby-remark-images": "^1.5.11", diff --git a/www/yarn.lock b/www/yarn.lock index b0bed9925f62..8659a9a0de3e 100644 --- a/www/yarn.lock +++ b/www/yarn.lock @@ -3625,6 +3625,12 @@ gatsby-plugin-sharp@^1.6.2, gatsby-plugin-sharp@^1.6.8: progress "^1.1.8" sharp "^0.17.3" +gatsby-plugin-twitter@^1.0.10: + version "1.0.10" + resolved "https://registry.yarnpkg.com/gatsby-plugin-twitter/-/gatsby-plugin-twitter-1.0.10.tgz#cac183238442779ddbbc54fb04622c114907af17" + dependencies: + babel-runtime "^6.26.0" + gatsby-react-router-scroll@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/gatsby-react-router-scroll/-/gatsby-react-router-scroll-1.0.1.tgz#2e0132807273e544f05bed016645b6e2dfe08c48"