From 20106e8dce671072c1c9df85dd12cb5c1753ffe2 Mon Sep 17 00:00:00 2001 From: Lipis Date: Mon, 29 May 2017 13:36:14 +0200 Subject: [PATCH] Rename Github to GitHub (#9797) --- _js/html-jsx-lib.js | 2 +- _posts/2013-07-03-community-roundup-4.md | 2 +- _posts/2013-07-23-community-roundup-5.md | 2 +- _posts/2013-08-05-community-roundup-6.md | 6 +++--- _posts/2013-08-26-community-roundup-7.md | 2 +- _posts/2014-02-05-community-roundup-15.md | 2 +- _posts/2014-05-29-one-year-of-open-source-react.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_js/html-jsx-lib.js b/_js/html-jsx-lib.js index 2e94a4db..aff72569 100644 --- a/_js/html-jsx-lib.js +++ b/_js/html-jsx-lib.js @@ -1,4 +1,4 @@ -// Ideally it would be nice to just redirect, but Github Pages is very basic and +// Ideally it would be nice to just redirect, but GitHub Pages is very basic and // lacks that functionality. console.warn( 'html-jsx-lib.js has moved to http://reactjs.github.io/react-magic/' + diff --git a/_posts/2013-07-03-community-roundup-4.md b/_posts/2013-07-03-community-roundup-4.md index 821ddac4..af366072 100644 --- a/_posts/2013-07-03-community-roundup-4.md +++ b/_posts/2013-07-03-community-roundup-4.md @@ -53,5 +53,5 @@ Over the past several weeks, members of our team, [Pete Hunt](http://www.petehun [Tom Occhino](http://tomocchino.com/) implemented Snake in 150 lines with React. -> [Check the source on Github](https://github.com/tomocchino/react-snake/blob/master/src/snake.js) +> [Check the source on GitHub](https://github.com/tomocchino/react-snake/blob/master/src/snake.js) >
[![](/react/img/blog/snake.png)](https://tomocchino.github.io/react-snake/)
diff --git a/_posts/2013-07-23-community-roundup-5.md b/_posts/2013-07-23-community-roundup-5.md index 193cddb7..3673d40e 100644 --- a/_posts/2013-07-23-community-roundup-5.md +++ b/_posts/2013-07-23-community-roundup-5.md @@ -18,7 +18,7 @@ We launched the [React Facebook Page](https://www.facebook.com/react) along with ## React Samples -Learning a new library is always easier when you have working examples you can play with. [jwh](https://github.com/jhw) put many of them on his [react-samples Github repo](https://github.com/jhw/react-samples). +Learning a new library is always easier when you have working examples you can play with. [jwh](https://github.com/jhw) put many of them on his [react-samples GitHub repo](https://github.com/jhw/react-samples). > Some simple examples with Facebook's React framework > diff --git a/_posts/2013-08-05-community-roundup-6.md b/_posts/2013-08-05-community-roundup-6.md index 24fd564f..15268374 100644 --- a/_posts/2013-08-05-community-roundup-6.md +++ b/_posts/2013-08-05-community-roundup-6.md @@ -23,7 +23,7 @@ This is the first Community Round-up where none of the items are from Facebook/I > > `reactify` transform activates for files with either `.jsx` extension or `/** @jsx React.DOM */` pragma as a first line for any `.js` file. > -> [Check it out on Github...](https://github.com/andreypopp/reactify) +> [Check it out on GitHub...](https://github.com/andreypopp/reactify) @@ -49,7 +49,7 @@ este.demos.react.todoApp = este.react.create (`/** @lends {React.ReactComponent. ] ``` -[Check it out on Github...](https://github.com/steida/este-library/blob/master/este/demos/thirdparty/react/start.coffee) +[Check it out on GitHub...](https://github.com/steida/este-library/blob/master/este/demos/thirdparty/react/start.coffee) ## React Stylus Boilerplate @@ -64,7 +64,7 @@ este.demos.react.todoApp = este.react.create (`/** @lends {React.ReactComponent. > - `grunt build` to compile JSX and Stylus into a development build > - `grunt dist` to minify and optimize the development build for production > -> [Check it out on Github...](https://github.com/zaim/react-stylus-boilerplate) +> [Check it out on GitHub...](https://github.com/zaim/react-stylus-boilerplate) ## WebFUI diff --git a/_posts/2013-08-26-community-roundup-7.md b/_posts/2013-08-26-community-roundup-7.md index baf0a1ed..c43b1a68 100644 --- a/_posts/2013-08-26-community-roundup-7.md +++ b/_posts/2013-08-26-community-roundup-7.md @@ -8,7 +8,7 @@ It's been three months since we open sourced React and it is going well. Some st * 114 285 unique visitors on this website * [1933 stars](https://github.com/facebook/react/stargazers) and [210 forks](https://github.com/facebook/react/network/members) * [226 posts on Google Group](https://groups.google.com/forum/#!forum/reactjs) -* [76 Github projects using React](https://gist.github.com/vjeux/6335762) +* [76 GitHub projects using React](https://gist.github.com/vjeux/6335762) * [30 contributors](https://github.com/facebook/react/graphs/contributors) * [15 blog posts](/react/blog/) * 2 early adopters: [Khan Academy](http://benalpert.com/2013/06/09/using-react-to-speed-up-khan-academy.html) and [Propeller](http://usepropeller.com/blog/posts/from-backbone-to-react/) diff --git a/_posts/2014-02-05-community-roundup-15.md b/_posts/2014-02-05-community-roundup-15.md index 5f064b04..ae6f3c7c 100644 --- a/_posts/2014-02-05-community-roundup-15.md +++ b/_posts/2014-02-05-community-roundup-15.md @@ -21,7 +21,7 @@ Dan Holmsand ([@holmsand](https://twitter.com/holmsand)) created [Reagent](https > > The goal of Reagent is to make it possible to define arbitrarily complex UIs using just a couple of basic concepts, and to be fast enough by default that you rarely have to care about performance. > -> [Check it out on Github...](https://holmsand.github.io/reagent/) +> [Check it out on GitHub...](https://holmsand.github.io/reagent/) ## Functional DOM programming diff --git a/_posts/2014-05-29-one-year-of-open-source-react.md b/_posts/2014-05-29-one-year-of-open-source-react.md index 5a8e812e..ae35bea0 100644 --- a/_posts/2014-05-29-one-year-of-open-source-react.md +++ b/_posts/2014-05-29-one-year-of-open-source-react.md @@ -5,7 +5,7 @@ author: chenglou Today marks the one-year open-source anniversary of React. -It’s been a crazy ride. 2.3k commits and 1.5k issues and pull requests later, we’re approaching version 1.0 and nearing 7k Github stars, with big names such as Khan Academy, New York Times, and Airbnb (and naturally, Facebook and Instagram) using React in production, and many more developers blogging their success stories with it. The [roadmap](/react/blog/2014/03/28/the-road-to-1.0.html) gives a glimpse into the future of the library; exciting stuff lies ahead! +It’s been a crazy ride. 2.3k commits and 1.5k issues and pull requests later, we’re approaching version 1.0 and nearing 7k GitHub stars, with big names such as Khan Academy, New York Times, and Airbnb (and naturally, Facebook and Instagram) using React in production, and many more developers blogging their success stories with it. The [roadmap](/react/blog/2014/03/28/the-road-to-1.0.html) gives a glimpse into the future of the library; exciting stuff lies ahead! Every success has its story. React was born out of our frustration at existing solutions for building UIs. When it was first suggested at Facebook, few people thought that functionally re-rendering everything and diffing the results could ever perform well. However, support grew after we built the first implementation and people wrote their first components. When we open-sourced React, the initial reception was [similarly skeptical](https://www.reddit.com/r/programming/comments/1fak87/react_facebooks_latest_javascript_client_library/). It challenges many pre-established conventions and received mostly disapproving first-impressions, intermingled with positive ones that often were votes of confidence in Facebook’s engineering capabilities. On an open, competitive platform such as the web, it's been hard to convince people to try React. [JSX](/react/docs/jsx-in-depth.html), in particular, filtered out a huge chunk of potential early adopters.