Commit Graph

4577 Commits

Author SHA1 Message Date
Brian Vaughn
43ff7aeb86 Added temporary /your-story redirect (#2421) 2019-10-10 11:46:36 -07:00
Phil Marshall
566a36e2c4 media query to hide header on print (#2409)
* media query to hide header on print

* add media query to hide footer on print
2019-10-10 07:52:44 -07:00
Jimmy Cleveland
454f44e7c0 Add usage example for useContext. (#2414)
* Add usage example for useContext.

The intent is to show where the hook fits in to the usual Context usage.

* Remove unnecessary comment in code block.
2019-10-09 21:25:15 -07:00
Saurabh Daware
0726327dbb WebApp manifest added to allow users "Add to Homescreen" documentations (#2377)
* manifest config added and src/images/react_logo.png added for icon

* inverted commas fix as per linter

* added legacy:true option for ios

* legacy:true lint fix

* added meta tags for ios and moved logo from src to static
2019-10-09 09:05:28 -07:00
Bob Ziroll
0a7beebf2b Fix typo in the React API Reference React.Suspense section (#2412)
Alternatively, "`React.Suspense` allows you to specify..."
2019-10-09 05:55:41 +03:00
Franrey Anthony S. Saycon
8798808afd Adding ReactJS PH (#2413)
We have recently formalized a group here in the Philippines with the aim to have monthly meetups, study jams, and eventually(hopefully) a conference. We are on our 5th meetup for the year now! ever since we started the core team 5-6 months ago.

I think the other meetup group is inactive as well as the owner left the group to a company.
2019-10-08 17:32:38 -07:00
James Baskerville
c505057312 Update react-devtools URL (#2408) 2019-10-08 14:42:43 +03:00
Rokibul Islam
0cbc8bc98b Updated some broken links in conferences (#2407)
Updated the broken links of  React.js Conf 2016 (February 22 & 23 in San Francisco, CA)
2019-10-07 11:09:56 -07:00
David Cho-Lerat
5c371e5e3f Update hooks-reference.md (#2364)
typo: "effects run [..], but you can [..] fire it" => "effects run [..], but you can [..] fire them"
2019-10-06 10:43:11 -07:00
GermaVinsmoke
22574f878c Update examples.md (#2323) 2019-10-04 22:29:35 +03:00
R Sánchez
20aa0fc553 Added ChakraUI components library (#2394) 2019-10-04 16:06:50 +03:00
Andrew Clark
b3ff55f163 Update for 16.10.2 (#2392) 2019-10-03 14:59:19 -07:00
Clint Rutkas
9f6849cfec Update meetups.md (#2393)
adjusting the phili to newer spot.  removing inactive links
2019-10-03 14:32:47 -07:00
murdochd
9b8654c07a Update site-constants (#2391)
At the time of writing, the latest version of react is v16.10.1
2019-10-03 22:27:31 +03:00
Karthikeyan Ranasthala
bc3c7b4a13 Update Examples Projects With Unit Converter (#2390) 2019-10-03 22:25:37 +03:00
Gergely Nemeth
ef3caa8fec Add Base Web to UI Components (#2381)
* Add Base Web to UI Components

* Update content/community/tools-ui-components.md

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
2019-10-03 00:58:31 +03:00
dblervaque
8f24f5f019 Update meetups.md (#2383)
Add Lille, France meetup group
2019-10-03 00:55:51 +03:00
Eric Bishard
7e481cd3c4 Add React Hooks article to community/articles (#2388)
* add react hooks article by Amelia W

* Update community article description
2019-10-02 11:43:42 -07:00
Wes Lord
060d129aa0 Change usePrevious example in hooks-faq.md (#2387)
In the example, `count` is initialized to 0 and then multiplied by 100... which is 0.

Changing this to addition so the previous value will differ from the current value.
2019-10-02 11:35:01 -07:00
David Beitey
9c2e893774 Use gist URLs instead of RawGit in React docs (#2385)
RawGit is being shut down (eg Oct 2019, https://rawgit.com/) and this change uses the direct links to the files as served from gist.github.com.  The same files are being served, just that the links are only dependent on GitHub's gist service.
2019-10-02 10:22:15 -07:00
Cheng Lou
453a3bd4f2 Swap order of increment and decrement in Counter examples (#2382)
I think UI-wise, decrement comes first.
2019-10-01 23:27:06 -07:00
Alexey Pyltsyn
87685fd27f Improve Code Splitting 2019-10-02 01:01:21 +03:00
Katiuska Gamero
6b937dbafe update to latest conferences (#2380)
moved latest conferences to past section
added latest ReactEurope 2020
2019-10-02 01:00:09 +03:00
Michael Hienle
4136300bff Mention Rollup (#2379) 2019-10-02 00:58:52 +03:00
Bouwe K. Westerdijk
647b639259 React Router also supports hooks now (#2374) 2019-09-30 15:56:32 +03:00
Erasmo Bellumat
51925ada77 Added Vila Velha React Meetup in Brazil (#2375)
Added Vila Velha React Meetup in Brazil
2019-09-30 15:54:42 +03:00
imed jaberi
0a88bc00f4 update bengali status .. (#2371) 2019-09-27 14:19:30 -07:00
Andrew Clark
855bd6d893 Update for 16.10 (#2373) 2019-09-27 14:00:02 -07:00
Michael Lustig
9705d2796b Fix error (#2370) 2019-09-26 11:06:42 -07:00
Nick McCurdy
569f2e2d0a Use vanity URL for Reactiflux (#2372) 2019-09-26 11:04:48 -07:00
Andrew Clark
36651d721a Update outdated info in contributing doc (#2369)
The sections on branch organization and versioning were outdated. I also
added a section on feature flags.
2019-09-25 14:05:53 -07:00
Jordan Nelson
fc038ea7e3 Add React UI Tools to Fee Components List (#2353)
* Add React UI Tools to Fee Components List

:

* Update tools-ui-components.md


Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2019-09-25 21:42:10 +03:00
Andrew Clark
db0dc83473 Update Versioning FAQ (#2368)
* Update Versioning FAQ

Includes a new section describing our approach to minor releases, and
why they don't always include new features.

* Brian's edits

* Delete the adverb
2019-09-25 11:07:36 -07:00
Mojtaba Izadmehr
5cdb85b5e5 Add doc for context displayaName (#2367)
* Add doc for context displayaName

* Add highlight for js doc

* Fix context display name link

* Fix context displayName comment
2019-09-24 11:54:26 -07:00
Robin Pokorny
a558e455bd Use correct meetup link for React Berlin (#2366) 2019-09-24 10:26:37 -07:00
imed jaberi
8edfc7ce78 update mongolian status .. (#2358) 2019-09-21 16:05:27 -07:00
Pankaj Ladhar
e39403534f Update examples.md (#1106)
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
2019-09-21 12:04:42 +03:00
Júlio Campos
1878367291 Add React Conf Brasil 2019 to conferences (#2356) 2019-09-21 11:59:47 +03:00
ulearnpro
dbed37ad92 A course learn page built in React JS (#2276)
* A course learn page built in React JS

A course learn page is completely built on React JS 16.9, with nested component structure and rendering various files such as video, audio, pdf through axios

* Link changed
2019-09-21 11:56:31 +03:00
imed jaberi
895169dbae update new langs status .. (#2348) 2019-09-16 16:27:47 -07:00
Haz
6dcb963479 Add Reakit to tools-ui-components (#2346) 2019-09-16 11:28:36 +03:00
Alex Krolick
c1b690be07 move past conferences out of upcoming section 2019-09-14 18:08:38 -07:00
Milad Heydari
97be0f3787 Add React Conf Iran 2019 to Past Conferences (#2343)
added react conf iran 2019 to the past conferences list.
2019-09-12 19:37:02 +03:00
Cool4ZBL
2efb26ee47 Update hooks-faq.md (#2340)
Add missing `{`
2019-09-12 19:26:19 +03:00
Sergei Cherniaev
1f2b1dae94 Docs: a typo and bottom nav links (#2339)
* typo fixed

* bottom nav links on previous and next articles removed like in other advanced guides
2019-09-11 23:08:25 +03:00
Jacob Bandes-Storch
ec0cf5cf2c Update CodeSplitting to clarify that lazy() must be used with Suspense (#2306)
* Update CodeSplitting to clarify that lazy() must be used with Suspense

* Update code-splitting.md
2019-09-10 17:28:27 -07:00
Adam
8977759578 Docs: Community Articles: React Profiler Article by Adam (#2336) 2019-09-10 22:35:07 +03:00
Adro.codes
8cf11dc3e9 Update web-components.md (#2333)
Updated custom-elements-es5-adapter link. Pointed to a repo that has moved.
2019-09-09 17:46:44 -07:00
Rootul Patel
fb8fdb8f6a Improve grammar (#2331)
Remove extraneous "as"
2019-09-09 17:31:10 -07:00
Sophie Alpert
df883a8e30 Revert "Remove React Week 2020 from conferences list"
This reverts commit e08553debb per discussion on https://github.com/reactjs/reactjs.org/pull/2249.
2019-09-09 12:05:35 -07:00