Skip to content

Commit 27f5441

Browse files
committed
Merge branch 'master' of github.com:reactjs/ru.reactjs.org
2 parents 7da7d1a + f37aa7e commit 27f5441

33 files changed

+244
-99
lines changed

content/blog/2018-11-27-react-16-roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ function App() {
175175
// provide Suspense integrations with similar APIs.
176176
```
177177

178-
There is no official documentation for how to fetch data with Suspense yet, but you can find some early information in [this talk](https://youtu.be/ByBPyMBTzM0?t=1312) and [this small demo](https://github.com/facebook/react/tree/master/fixtures/unstable-async/suspense). We'll write documentation for React Cache (and how to write your own Suspense-compatible library) closer to this React release, but if you're curious, you can find its very early source code [here](https://github.com/facebook/react/blob/master/packages/react-cache/src/ReactCache.js).
178+
There is no official documentation for how to fetch data with Suspense yet, but you can find some early information in [this talk](https://youtu.be/ByBPyMBTzM0?t=1312) and [this small demo](https://github.com/facebook/react/blob/master/packages/react-devtools/CHANGELOG.md#suspense-toggle). We'll write documentation for React Cache (and how to write your own Suspense-compatible library) closer to this React release, but if you're curious, you can find its very early source code [here](https://github.com/facebook/react/blob/master/packages/react-cache/src/ReactCache.js).
179179

180180
The low-level Suspense mechanism (suspending rendering and showing a fallback) is expected to be stable even in React 16.6. We've used it for code splitting in production for months. However, the higher-level APIs for data fetching are very unstable. React Cache is rapidly changing, and will change at least a few more times. There are some low-level APIs that are [missing](https://github.com/reactjs/rfcs/pull/89) for a good higher-level API to be possible. We don't recommend using React Cache anywhere except very early experiments. Note that React Cache itself isn't strictly tied to React releases, but the current alphas lack basic features as cache invalidation, and you'll run into a wall very soon. We expect to have something usable with this React release.
181181

content/community/articles.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ permalink: community/articles.html
1515
- [Visual Guide to State in React](https://daveceddia.com/visual-guide-to-state-in-react/) - Dave Ceddia's visual guide to React state.
1616
- [The Hands-On Guide to Learning React Hooks](https://www.telerik.com/kendo-react-ui/react-hooks-guide/) - Eric Bishard's step-by-step guide to learning React Hooks.
1717
- [How to Use the React Profiler Component to Measure Render Performance](https://medium.com/@adamhenson/how-to-use-the-react-profiler-component-to-measure-performance-improvements-from-hooks-d43b7092d7a8) - Adam Henson's article exemplifying a use case for `<React.Profiler />`.
18+
- [Thinking in React Hooks](https://wattenberger.com/blog/react-hooks) - Amelia Wattenberger's provides visualizations and highlighting the mindset change needed switching from classes to functional components + hooks.
19+
- [React/Redux Links](https://github.com/markerikson/react-redux-links) - Curated tutorial and resource links by Mark Erikson collected on React, Redux, ES6, and more. Very helpful for all kind of developers because of it's categorised content.

content/community/conferences.md

Lines changed: 64 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,10 @@ Do you know of a local React.js conference? Add it here! (Please keep the list c
1212

1313
## Upcoming Conferences {#upcoming-conferences}
1414

15-
### React Boston 2019 {#react-boston-2019}
16-
September 21-22, 2019 in Boston, Massachusetts USA
17-
18-
[Website](https://www.reactboston.com/) - [Twitter](https://twitter.com/reactboston)
19-
20-
### React India 2019 {#react-india-2019}
21-
September 26-28, 2019 in Goa, India
22-
23-
[Website](https://www.reactindia.io/) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia)
24-
25-
### React Alicante 2019 {#react-alicante-2019}
26-
September 26-28, 2019 in Alicante, Spain
15+
### React Summit 2019 {#reactsummit2019}
16+
November 30, 2019 in Lagos, Nigeria
2717

28-
[Website](http://reactalicante.es/) - [Twitter](https://twitter.com/reactalicante) - [Facebook](https://www.facebook.com/ReactAlicante)
18+
[Website](https://reactsummit2019.splashthat.com) -[Twitter](https://twitter.com/react_summit)
2919

3020
### React Conf 2019 {#react-conf-2019}
3121
October 24-25, 2019 in Henderson, Nevada USA
@@ -52,11 +42,21 @@ February 27 & 28, 2020 in Sydney, Australia
5242

5343
[Website](https://reactconfau.com/) - [Twitter](https://twitter.com/reactconfau) - [Facebook](https://www.facebook.com/reactconfau) - [Instagram](https://www.instagram.com/reactconfau/)
5444

45+
### React Summit Amsterdam 2020 {#react-summit-2020}
46+
April 15-17, 2020 in Amsterdam, The Netherlands
47+
48+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
49+
5550
### Render-Atlanta 2020 {#render-atlanta-2020}
5651
May 4-6, 2020. Atlanta, GA, USA.
5752

5853
[Website](https://renderatl.com) - [Twitter](https://twitter.com/renderATL) - [Instagram](https://www.instagram.com/renderatl/) - [Facebook](https://www.facebook.com/renderatl/)
5954

55+
### ReactEurope 2020 {#reacteurope-2020}
56+
May 14-15, 2020 in Paris, France
57+
58+
[Website](https://www.react-europe.org) - [Twitter](https://twitter.com/ReactEurope) - [Facebook](https://www.facebook.com/ReactEurope) - [Videos](https://www.youtube.com/c/ReacteuropeOrgConf)
59+
6060
### React Finland 2020 {#react-finland-2020}
6161
May 26-29 in Helsinki, Finland
6262

@@ -75,36 +75,6 @@ July 17, 2020. New York City, USA.
7575

7676
## Past Conferences {#past-conferences}
7777

78-
### React Rally 2019 {#react-rally-2019}
79-
August 22-23, 2019. Salt Lake City, USA.
80-
81-
[Website](https://www.reactrally.com/) - [Twitter](https://twitter.com/ReactRally) - [Instagram](https://www.instagram.com/reactrally/)
82-
83-
### ComponentsConf 2019 {#componentsconf-2019}
84-
September 6, 2019 in Melbourne, Australia
85-
86-
[Website](https://www.componentsconf.com.au/) - [Twitter](https://twitter.com/componentsconf)
87-
88-
### React Native EU 2019 {#react-native-eu-2019}
89-
September 5-6 in Wrocław, Poland
90-
91-
[Website](https://react-native.eu) - [Twitter](https://twitter.com/react_native_eu) - [Facebook](https://www.facebook.com/reactnativeeu)
92-
93-
### React New York 2019 {#react-new-york-2019}
94-
September 13th, 2019. New York, USA
95-
96-
[Website](https://reactnewyork.com/) - [Twitter](https://twitter.com/reactnewyork)
97-
98-
### React Live 2019 {#react-live-2019}
99-
September 13th, 2019. Amsterdam, The Netherlands
100-
101-
[Website](https://www.reactlive.nl/) - [Twitter](https://twitter.com/reactlivenl)
102-
103-
### React Conf Iran 2019 {#react-conf-iran-2019}
104-
August 29, 2019. Tehran, Iran.
105-
106-
[Website](https://reactconf.ir/) - [Videos](https://www.youtube.com/playlist?list=PL-VNqZFI5Nf-Nsj0rD3CWXGPkH-DI_0VY) - [Highlights](https://github.com/ReactConf/react-conf-highlights)
107-
10878
### React.js Conf 2015 {#reactjs-conf-2015}
10979
January 28 & 29 in Facebook HQ, CA
11080

@@ -125,12 +95,12 @@ November 2-4 in Bratislava, Slovakia
12595
### React.js Conf 2016 {#reactjs-conf-2016}
12696
February 22 & 23 in San Francisco, CA
12797

128-
[Website](http://conf.reactjs.com/) - [Schedule](http://conf.reactjs.com/schedule.html) - [Videos](https://www.youtube.com/playlist?list=PLb0IAmt7-GS0M8Q95RIc2lOM6nc77q1IY)
98+
[Website](http://conf2016.reactjs.org/) - [Schedule](http://conf2016.reactjs.org/schedule.html) - [Videos](https://www.youtube.com/playlist?list=PLb0IAmt7-GS0M8Q95RIc2lOM6nc77q1IY)
12999

130100
### React Amsterdam 2016 {#react-amsterdam-2016}
131101
April 16 in Amsterdam, The Netherlands
132102

133-
[Website](https://react.amsterdam) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
103+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
134104

135105
### ReactEurope 2016 {#reacteurope-2016}
136106
June 2 & 3 in Paris, France
@@ -180,7 +150,7 @@ March 28th at the [QEII Centre, London](http://qeiicentre.london/)
180150
### React Amsterdam 2017 {#react-amsterdam-2017}
181151
April 21st in Amsterdam, The Netherlands
182152

183-
[Website](https://react.amsterdam) - [Twitter](https://twitter.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
153+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
184154

185155
### ReactEurope 2017 {#reacteurope-2017}
186156
May 18th & 19th in Paris, France
@@ -285,7 +255,7 @@ March 31 in Kiev, Ukraine
285255
### React Amsterdam 2018 {#react-amsterdam-2018}
286256
April 13 in Amsterdam, The Netherlands
287257

288-
[Website](https://react.amsterdam) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam)
258+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam)
289259

290260
### React Finland 2018 {#react-finland-2018}
291261
April 24-26 in Helsinki, Finland
@@ -390,7 +360,7 @@ April 4-5, 2019 in Kraków, Poland
390360
### React Amsterdam 2019 {#react-amsterdam-2019}
391361
April 12, 2019 in Amsterdam, The Netherlands
392362

393-
[Website](https://react.amsterdam) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
363+
[Website](https://reactsummit.com) - [Twitter](https://twitter.com/reactamsterdam) - [Facebook](https://www.facebook.com/reactamsterdam) - [Videos](https://youtube.com/c/ReactConferences)
394364

395365
### React Finland 2019 {#react-finland-2019}
396366
April 24-26 in Helsinki, Finland
@@ -436,3 +406,49 @@ June 21, 2019 Chicago, Illinois USA
436406
July 11-12, 2019. Portland, OR, USA.
437407

438408
[Website](https://infinite.red/ChainReactConf)
409+
410+
### React Rally 2019 {#react-rally-2019}
411+
August 22-23, 2019. Salt Lake City, USA.
412+
413+
[Website](https://www.reactrally.com/) - [Twitter](https://twitter.com/ReactRally) - [Instagram](https://www.instagram.com/reactrally/)
414+
415+
### React Conf Iran 2019 {#react-conf-iran-2019}
416+
August 29, 2019. Tehran, Iran.
417+
418+
[Website](https://reactconf.ir/) - [Videos](https://www.youtube.com/playlist?list=PL-VNqZFI5Nf-Nsj0rD3CWXGPkH-DI_0VY) - [Highlights](https://github.com/ReactConf/react-conf-highlights)
419+
420+
### React Native EU 2019 {#react-native-eu-2019}
421+
September 5-6 in Wrocław, Poland
422+
423+
[Website](https://react-native.eu) - [Twitter](https://twitter.com/react_native_eu) - [Facebook](https://www.facebook.com/reactnativeeu)
424+
425+
### ComponentsConf 2019 {#componentsconf-2019}
426+
September 6, 2019 in Melbourne, Australia
427+
428+
[Website](https://www.componentsconf.com.au/) - [Twitter](https://twitter.com/componentsconf)
429+
430+
### React New York 2019 {#react-new-york-2019}
431+
September 13th, 2019. New York, USA
432+
433+
[Website](https://reactnewyork.com/) - [Twitter](https://twitter.com/reactnewyork)
434+
435+
### React Live 2019 {#react-live-2019}
436+
September 13th, 2019. Amsterdam, The Netherlands
437+
438+
[Website](https://www.reactlive.nl/) - [Twitter](https://twitter.com/reactlivenl)
439+
440+
### React Boston 2019 {#react-boston-2019}
441+
September 21-22, 2019 in Boston, Massachusetts USA
442+
443+
[Website](https://www.reactboston.com/) - [Twitter](https://twitter.com/reactboston)
444+
445+
### React India 2019 {#react-india-2019}
446+
September 26-28, 2019 in Goa, India
447+
448+
[Website](https://www.reactindia.io/) - [Twitter](https://twitter.com/react_india) - [Facebook](https://www.facebook.com/ReactJSIndia)
449+
450+
### React Alicante 2019 {#react-alicante-2019}
451+
September 26-28, 2019 in Alicante, Spain
452+
453+
[Website](http://reactalicante.es/) - [Twitter](https://twitter.com/reactalicante) - [Facebook](https://www.facebook.com/ReactAlicante)
454+

content/community/examples.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ There are many example projects created by the React community. Feel free to add
2222
* **[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.
2323
* **[GFonts Space](https://github.com/pankajladhar/GFontsSpace)** A space which allows user to play with Google fonts. Built with React, Redux and React-Router.
2424
* **[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.
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.
27+
* **[BMI Calculator](https://github.com/GermaVinsmoke/bmi-calculator)** A React Hooks app for calculating BMI

content/community/meetups.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
2525
* [Joinville](https://www.meetup.com/pt-BR/React-Joinville/)
2626
* [Rio de Janeiro](https://www.meetup.com/pt-BR/React-Rio-de-Janeiro/)
2727
* [São Paulo](https://www.meetup.com/pt-BR/ReactJS-SP/)
28+
* [Vila Velha](https://www.meetup.com/pt-BR/React-ES/)
2829

2930
## Bolivia {#bolivia}
3031
* [Bolivia](https://www.meetup.com/ReactBolivia/)
3132

3233
## Canada {#canada}
33-
* [Montreal, QC - ReactJS](https://www.meetup.com/fr-FR/ReactMontreal/)
3434
* [Montreal, QC - React Native](https://www.meetup.com/fr-FR/React-Native-MTL/)
3535
* [Vancouver, BC](https://www.meetup.com/ReactJS-Vancouver-Meetup/)
3636
* [Ottawa, ON](https://www.meetup.com/Ottawa-ReactJS-Meetup/)
@@ -50,6 +50,7 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
5050
* [React.JS Girls London](https://www.meetup.com/ReactJS-Girls-London/)
5151

5252
## France {#france}
53+
* [Lille](https://www.meetup.com/ReactBeerLille/)
5354
* [Paris](https://www.meetup.com/ReactJS-Paris/)
5455

5556
## Germany {#germany}
@@ -58,8 +59,7 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
5859
* [Karlsruhe](https://www.meetup.com/react_ka/)
5960
* [Kiel](https://www.meetup.com/Kiel-React-Native-Meetup/)
6061
* [Munich](https://www.meetup.com/ReactJS-Meetup-Munich/)
61-
* [React Berlin](https://www.meetup.com/React-Berlin/)
62-
* [React.JS Girls Berlin](https://www.meetup.com/ReactJS-Girls-Berlin/)
62+
* [React Berlin](https://www.meetup.com/React-Open-Source/)
6363

6464
## Greece {#greece}
6565
* [Thessaloniki](https://www.meetup.com/Thessaloniki-ReactJS-Meetup/)
@@ -102,6 +102,7 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
102102

103103
## Philippines {#philippines}
104104
* [Manila](https://www.meetup.com/reactjs-developers-manila/)
105+
* [Manila - ReactJS PH](https://www.meetup.com/ReactJS-Philippines/)
105106

106107
## Poland {#poland}
107108
* [Warsaw](https://www.meetup.com/React-js-Warsaw/)
@@ -130,6 +131,8 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
130131
* [Austin, TX - ReactJS](https://www.meetup.com/ReactJS-Austin-Meetup/)
131132
* [Boston, MA - ReactJS](https://www.meetup.com/ReactJS-Boston/)
132133
* [Boston, MA - React Native](https://www.meetup.com/Boston-React-Native-Meetup/)
134+
* [Charlotte, NC - ReactJS](https://www.meetup.com/ReactJS-Charlotte/)
135+
* [Charlotte, NC - React Native](https://www.meetup.com/cltreactnative/)
133136
* [Chicago, IL - ReactJS](https://www.meetup.com/React-Chicago/)
134137
* [Columbus, OH - ReactJS](https://www.meetup.com/ReactJS-Columbus-meetup/)
135138
* [Dallas, TX - ReactJS](https://www.meetup.com/ReactDallas/)
@@ -146,7 +149,7 @@ Do you have a local React.js meetup? Add it here! (Please keep the list alphabet
146149
* [New York, NY - React Native](https://www.meetup.com/React-Native-NYC/)
147150
* [New York, NY - useReactNYC](https://www.meetup.com/useReactNYC/)
148151
* [Palo Alto, CA - React Native](https://www.meetup.com/React-Native-Silicon-Valley/)
149-
* [Philadelphia, PA - ReactJS](https://www.meetup.com/RQ-React/)
152+
* [Philadelphia, PA - ReactJS](https://www.meetup.com/Reactadelphia/)
150153
* [Phoenix, AZ - ReactJS](https://www.meetup.com/ReactJS-Phoenix/)
151154
* [Pittsburgh, PA - ReactJS/React Native](https://www.meetup.com/ReactPgh/)
152155
* [Portland, OR - ReactJS](https://www.meetup.com/Portland-ReactJS/)

content/community/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Stack Overflow – популярный форум для вопросов по
3131

3232
* [Сообщество React на DEV](https://dev.to/t/react)
3333
* [Сообщество React на Hashnode](https://hashnode.com/n/reactjs)
34-
* [Чат на Reactiflux](https://discord.gg/0ZcbPKXt5bZjGY5n)
34+
* [Чат на Reactiflux](https://discord.gg/reactiflux)
3535
* [Сообщество React на Reddit](https://www.reddit.com/r/reactjs/)
3636
* [Сообщество React на Spectrum](https://spectrum.chat/react)
3737

content/community/tools-ui-components.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ permalink: community/ui-components.html
88
## Free Components {#free-components}
99
* **[Amaze UI React](https://github.com/amazeui/amazeui-react) (in Chinese):** [Amaze UI](https://github.com/allmobilize/amazeui) components built with React.
1010
* **[Ant Design of React](https://github.com/ant-design/ant-design)** An enterprise-class UI design language and React-based implementation.
11+
* **[Base Web](http://baseweb.design):** A foundation for initiating, evolving, and unifying web products.
1112
* **[Belle](https://github.com/nikgraf/belle/):** Configurable React Components with great UX.
13+
* **[Chakra UI](https://chakra-ui.com/)**: Simple, modular and accessible component library.
1214
* **[chartify](https://github.com/kirillstepkin/chartify)**: Ultra lightweight and customizable React.js chart component.
1315
* **[Elemental UI](http://elemental-ui.com):** A UI toolkit for React websites and apps, themeable and composed of individually packaged components
1416
* **[Grommet](https://grommet.io/)** The most advanced open source UX framework for enterprise applications.
@@ -79,3 +81,5 @@ permalink: community/ui-components.html
7981
* **[jQWidgets React components](https://www.jqwidgets.com/react/)**: Enterprise Ready 70+ UI Components.
8082
* **[KendoReact](https://www.telerik.com/kendo-react-ui/)**: UI for React Developers.
8183
* **[Mobiscroll React UI Components](https://mobiscroll.com/react)** Mobile UI Controls for the Productive React Developer.
84+
* **[React UI Toolkit](https://react-ui-tools.com/)**: 115+ professionally maintainted UI components ranging from a robust grid to charts and more. Try for FREE and build React apps faster.
85+
* **[Flatlogic React Admin Templates](https://flatlogic.com/templates/react)** 5+ Paid and Free React Admin templates with a lot of components to speed up web development. No jQuery.

0 commit comments

Comments
 (0)