Skip to content

Commit 51041ff

Browse files
Merge branch 'master' of https://github.com/reactjs/reactjs.org into sync-b3c7f041
2 parents d7fbd68 + b3c7f04 commit 51041ff

File tree

6 files changed

+38
-31
lines changed

6 files changed

+38
-31
lines changed

Diff for: content/community/conferences.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ March 30 - 31, 2020 in San Francisco, CA
1717

1818
[Website](https://www.reactathon.com) - [Twitter](https://twitter.com/reactathon) - [Facebook](https://www.facebook.com/events/575942819854160/)
1919

20-
### React Summit Amsterdam 2020 {#react-summit-2020}
21-
September 11, 2020 in Amsterdam, The Netherlands
20+
### React Summit - Remote Edition 2020 {#react-summit-remote-2020}
21+
3pm CEST time, April 17, 2020 - remote event
2222

23-
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
23+
[Website](https://remote.reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
2424

2525
### React Day Bangalore 2020 {#react-day-bangalore-2020}
2626
April 25, 2020 in Bangalore, India
@@ -82,11 +82,26 @@ September 5-6, 2020 in Wrocław, Poland
8282

8383
[Website](https://www.react-native.eu/) - [Twitter](https://twitter.com/react_native_eu) - [Facebook](https://www.facebook.com/reactnativeeu/) - [YouTube](https://www.youtube.com/watch?v=m0GfmlGFh3E&list=PLZ3MwD-soTTHy9_88QPLF8DEJkvoB5Tl-) - [Instagram](https://www.instagram.com/reactnative_eu/)
8484

85+
### React Summit Amsterdam 2020 {#react-summit-2020}
86+
September 8-11, 2020 in Amsterdam, The Netherlands
87+
88+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
89+
90+
### React Advanced 2020 {#react-advanced-2020}
91+
October 21-23, 2020 in London, UK
92+
93+
[Website](https://reactadvanced.com) - [Twitter](http://twitter.com/reactadvanced) - [Facebook](https://www.facebook.com/ReactAdvanced) - [Videos](https://youtube.com/c/ReactConferences)
94+
8595
### React India 2020 {#react-india-2020}
8696
November 6, 2020 in Mumbai, India
8797

8898
[Website](https://www.reactindia.io) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia/) - [LinkedIn](https://www.linkedin.com/showcase/14545585) - [YouTube](https://www.youtube.com/channel/UCaFbHCBkPvVv1bWs_jwYt3w/videos)
8999

100+
### React Day Berlin 2020 {#react-day-berlin-2020}
101+
November 25-27, 2020 in Berlin, Germany
102+
103+
[Website](https://reactday.berlin) - [Twitter](https://twitter.com/reactdayberlin) - [Facebook](https://www.facebook.com/reactdayberlin/) - [Videos](https://www.youtube.com/reactdayberlin)
104+
90105
## Past Conferences {#past-conferences}
91106

92107
### React.js Conf 2015 {#reactjs-conf-2015}

Diff for: content/community/courses.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permalink: community/courses.html
88

99
## Free Courses {#free-courses}
1010

11-
- [Glitch: React Starter Kit](https://glitch.com/culture/react-starter-kit/) - A free, 5-part video course with interactive code examples that will help you learn React.
11+
- [Glitch: React Starter Kit](https://glitch.com/glimmer/post/react-starter-kit/) - A free, 5-part video course with interactive code examples that will help you learn React.
1212

1313
- [Codecademy: React 101](https://www.codecademy.com/learn/react-101) - Codecademy's introductory course for React.
1414

Diff for: content/community/examples.md

+14-17
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,21 @@ sectionid: community
66
permalink: community/examples.html
77
---
88

9-
There are many example projects created by the React community. Feel free to add your own project. If you add a project, please commit to keeping it up to date with the latest versions of React.
9+
There are many example projects created by the React community. We're keeping this page focused on the ones that use React without third-party state management libraries.
1010

11+
If you add a project, please commit to keeping it up to date with the latest versions of React.
12+
13+
## Small Examples
1114

12-
* **[Zeldog](https://yannsainty.github.io/Zeldog/)** A Zelda like game with a dog fighting ducks and more to eat pizza !
1315
* **[Calculator](https://github.com/ahfarmer/calculator)** Implementation of the iOS calculator built in React
14-
* **[Emoji Search](https://github.com/ahfarmer/emoji-search)** Simple React app for searching emoji
15-
* **[React Powered Hacker News Client](https://github.com/insin/react-hn)** A React & `react-router`-powered implementation of Hacker News using its Firebase API
16-
* **[Pokedex](https://github.com/alik0211/pokedex)** The list of Pokémon with live search
17-
* **[Shopping Cart](https://github.com/jeffersonRibeiro/react-shopping-cart)** Simple e-commerce cart application built using React
18-
* **[Progressive Web Tetris](https://github.com/skidding/flatris)** Besides a beautiful, mobile-friendly implementation of Tetris, this project is a playground for integrating and experimenting with web technologies.
19-
* **[Product Comparison Page](https://github.com/Rhymond/product-compare-react)** Simple Product Compare page built in React
20-
* **[Hacker News Clone React/GraphQL](https://github.com/clintonwoo/hackernews-react-graphql)** Hacker News clone rewritten with universal JavaScript, using React and GraphQL
21-
* **[Bitcoin Price Index](https://github.com/mrkjlchvz/bitcoin-price-index)** Simple Bitcoin price index data from CoinDesk API
22-
* **[Builder Book](https://github.com/builderbook/builderbook)** Open-source web app to write and host documentation or sell books. Built with React, Material-UI, Next, Express, Mongoose, MongoDB.
23-
* **[GFonts Space](https://github.com/pankajladhar/GFontsSpace)** A space which allows user to play with Google fonts. Built with React, Redux and React-Router.
24-
* **[Course Learn Page](https://github.com/ulearnpro/ulearn)** Open Source LMS script in Laravel 5.8 and ReactJS 16.9
25-
* **[Speedy math](https://github.com/pankajladhar/speedy-math)** An application which allows kids to practice basic Mathematics i.e Addition, Subtraction, Multiply, Comparison. It is a PWA (Progressive web app) with offline support and install as App features.
26-
* **[Unit Converter](https://github.com/KarthikeyanRanasthala/react-unit-converter)** Minimal Yet Responsive Unit Converter Built With React, Material-UI & Convert-Units.
16+
* **[Emoji Search](https://github.com/ahfarmer/emoji-search)** React app for searching emoji
17+
* **[Snap Shot](https://github.com/Yog9/SnapShot)** A photo gallery with search
2718
* **[BMI Calculator](https://github.com/GermaVinsmoke/bmi-calculator)** A React Hooks app for calculating BMI
28-
* **[ReactJS Hangman Game](https://github.com/vetrivelcsamy/reactjs-hangman)** ReactJS Hangman Game Find a Programming Language.
29-
* **[Radix Converter](https://github.com/kumom/radix-converter)** A small tool that converts numbers in radix 2 to 36 with arbitrary precision.
19+
* **[Image Compressor](https://github.com/RaulB-masai/react-image-compressor)** An offline image compressor built with React and browser-image-compression
20+
* **[Counter App](https://github.com/arnab-datta/counter-app)** A small shopping cart example
21+
* **[Tutorial Solutions](https://github.com/harman052/react-tutorial-solutions)** Solutions to challenges mentioned at the end of React tutorial
22+
23+
## Complete Apps
24+
25+
* **[Hacker News Clone React/GraphQL](https://github.com/clintonwoo/hackernews-react-graphql)** Hacker News clone rewritten with universal JavaScript, using React and GraphQL
26+
* **[Builder Book](https://github.com/builderbook/builderbook)** Open-source web app to write and host documentation or sell books. Built with React, Material-UI, Next, Express, Mongoose, MongoDB

Diff for: content/community/external-resources.md

+2
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ There are many wonderful curated resources the React community has put together.
1818

1919
- [Awesome React Talks](https://github.com/tiaanduplessis/awesome-react-talks) - A curated list of React talks.
2020

21+
- [Awesome React Videos](https://www.awesomereact.com) - A website highlighting the best React videos.
22+
2123
- [Hero35 React Hub](https://hero35.com/topic/react) - A website with _all_ React conferences and talks, categorized & curated.

Diff for: content/community/team.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,6 @@ Rachel wrote a [book about UI animation](https://abookapart.com/products/animati
7878

7979
Sebastian majored in psychology. He's usually quiet. Even when he says something, it often doesn't make sense to the rest of us until a few months later. The correct way to pronounce his surname is "mark-boa-geh" but he settled for "mark-beige" out of pragmatism -- and that's how he approaches React.
8080

81-
### Sunil Pai {#sunil-pai}
82-
83-
![Sunil](../images/team/threepointone.jpg)
84-
85-
[@threepointone on GitHub](https://github.com/threepointone) · [@threepointone on Twitter](https://twitter.com/threepointone)
86-
87-
Sunil started writing JavaScript for IE6 and still has some regrets about it. He worked in consulting, design, and product firms, before joining the React team to help others do the same. Sunil plays a blue Les Paul guitar, loves London, and would appreciate a response to his last ping, please and thank you!
88-
8981
### Yuzhi Zheng {#yuzhi-zheng}
9082

9183
![Yuzhi](../images/team/yuzhi.jpg)
@@ -124,9 +116,10 @@ React was originally created by [Jordan Walke](https://github.com/jordwalke). To
124116
* [Pete Hunt](https://github.com/petehunt)
125117
* [Philipp Spiess](https://github.com/philipp-spiess)
126118
* [Sander Spies](https://github.com/sanderspies)
119+
* [Sasha Aickin](https://github.com/aickin)
127120
* [Sophia Shoemaker](https://github.com/mrscobbler)
128121
* [Sophie Alpert](https://github.com/sophiebits)
129-
* [Sasha Aickin](https://github.com/aickin)
122+
* [Sunil Pai](https://github.com/threepointone)
130123
* [Tim Yung](https://github.com/yungsters)
131124

132125
This list is not exhaustive.

Diff for: content/docs/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are a few ways to test React components. Broadly, they divide into two cat
1414
* **Rendering component trees** in a simplified test environment and asserting on their output.
1515
* **Running a complete app** in a realistic browser environment (also known as “end-to-end” tests).
1616

17-
This documentation section focuses on testing strategies for the first case. While full end-to-end tests can be very useful to prevent regressions to important workflows, such tests are not concerned with React components in particular, and are out of scope of this section.
17+
This documentation section focuses on testing strategies for the first case. While full end-to-end tests can be very useful to prevent regressions to important workflows, such tests are not concerned with React components in particular, and are out of the scope of this section.
1818

1919
### Tradeoffs {#tradeoffs}
2020

0 commit comments

Comments
 (0)