Aditya Agarwal
b5fa1df64f
Reset button should set the state back to `initialCount` ( #1327 )
6 years ago
Dan Abramov
92d96a3ca4
Bump documented Hooks version
6 years ago
Florian Kissling
1389d0a7ae
Bump gatsby-remark-autolink-headers, fixes sidebar links not correctly jumping to referenced element ( #1370 )
* Bump gatsby-remark-autolink-headers
* Bump gatsby-remark-autolink-headers to latest
6 years ago
Alex Krolick
22732d46e1
Merge pull request #1537 from 0xflotus/patch-1
fixed renderer
6 years ago
0xflotus
3f7a7ddccf
fixed renderer
I fixed only a typo
6 years ago
Dan Abramov
6f2e26f21c
Rearrange TS section a bit
6 years ago
Dan Abramov
ac426af02c
Reword a confusing sentence
6 years ago
Daniel Husar
8127896a94
Expose react as global ( #1501 )
6 years ago
Mikhail Vasin
dbcc9c249a
Update version expected to include hooks ( #1511 )
* Update version expected to include hooks
16.7.0 does not include hooks, I suppose 16.8 could include them.
* Remove specific version
6 years ago
Vincent
97831ab0c3
Add link to docs on Firefox's A11y inspector ( #1525 )
6 years ago
Dan Abramov
ea03fe7163
Clarify DOM container in homepage examples ( #1526 )
6 years ago
David Leuliette
68cd4318c0
Add Portugal Meetup ( #1523 )
6 years ago
Alex Krolick
33363a6058
Merge pull request #1521 from reactjs/mountnode
clarify mountNode with comments
6 years ago
Alex Krolick
af10d51a5d
Merge pull request #1518 from arash817/patch-1
add React Iran Conference
6 years ago
Alex Krolick
c277c56fe3
sort conferences by date
6 years ago
Alex Krolick
6f6fc8d80e
clarify mountNode with comments
This is still a bit opaque but it's difficult to fix with the current way
CodeEditor works:
- long-term CodeEditor.js could take a node reference instead of defining
mountNode internally
- could also use document.createElement to define the target in the code,
but this could be mislead people to think this is required instead of
using an existing reference
see #1017 , #1018 , #1019
6 years ago
Monica Powell
e4f43bdf4d
Add React.JS Girls to the list of React Meetups ( #1520 )
6 years ago
Brian Vaughn
e097834c9f
Merge pull request #1479 from alexkrolick/publish-15-6
add link to rebuilt 15.6 docs
6 years ago
Arash
cd4461c7cd
add React Iran Conference
6 years ago
Alex Krolick
3581b4e0ff
move past conferences out of upcoming section ( #1513 )
6 years ago
Sophie Alpert
d9de84b166
Clarify wording on keys in tutorial
6 years ago
Sophie Alpert
66a71c72b4
Add /tutorial redirect
6 years ago
Sahil Mhapsekar
6b53f51f26
update the date for the conference ( #1496 )
update the date for the conference React India 2019
6 years ago
Aaron Powell
44a23e6229
Fixed Hooks proposal link and Typo ( #1494 )
6 years ago
Andrew Clark
ed911f4822
Update site constants
6 years ago
Andrew Clark
55aa08aacf
Merge pull request #1492 from acdlite/16.7-blog-post
16.7 blog post
6 years ago
Andrew Clark
48e512071a
Update versioning link
6 years ago
Andrew Clark
817134e847
Nits and other feedback
6 years ago
Andrew Clark
c306795a12
16.7 blog post
6 years ago
Jamie
0c6a26ff9e
Hooks proposal has been accepted ( #1485 )
6 years ago
Taley'a Mirza
0636e4eecc
[imp] add local meetup of Karachi, Pakistan ( #1474 )
6 years ago
Alex Krolick
6163fd704b
add link to rebuilt 15.6 docs
6 years ago
Brian Vaughn
08b71d909d
Merge pull request #1468 from bvaughn/UNSAFE_componentWillReceiveProps-deprecation-wording
Changed wording about UNSAFE_componentWillReceiveProps deprecation
6 years ago
Brian Vaughn
9e8bfd6de6
Moved UNSAFE_ renaming notes higher up to be more easily noticed
6 years ago
Brian Vaughn
cfc6d90d28
Changed wording about UNSAFE_componentWillReceiveProps deprecation
6 years ago
Jack Cross
a4148163b5
Add -webkit-overflow-scrolling to prism styles ( #1457 )
6 years ago
Vadym
2e32373905
Fixing id to 'What Are We Building?' section ( #1458 )
6 years ago
Dan Abramov
5c05d6ff5f
Remove exact versions from blog post ( #1447 )
6 years ago
Max Wizard K
76dae99348
Referenced a Fiber architecture explanation ( #1448 )
Added a link to an article that provides an in-depth explanation of Fiber architecture.
6 years ago
Dan Abramov
0c96df0cd1
Add Suspense and lazy to API reference ( #1446 )
* Add Suspense and lazy to API reference
* Update content/docs/reference-react.md
Co-Authored-By: gaearon <dan.abramov@gmail.com>
* Simplify
6 years ago
Kai Cataldo
b64be3df07
Fix typo in context.md ( #1339 )
Was reading through the docs and noticed a typo - figured I could make a quick PR!
6 years ago
Ben Schwarz
963a9d5003
Updated article link to the canonical source ( #1444 )
6 years ago
Sophie Alpert
a5e37cf922
Remove React Discuss
6 years ago
Sophie Alpert
59a80a6010
Remove useMutationEffect docs ( #1440 )
https://github.com/facebook/react/pull/14336
6 years ago
Michael Steward
488e717e5b
Update 2018-05-23-react-v-16-4.md example fix ( #1423 )
Minor "fix" to the suggested fix in the blog post to default back to empty object if `state.prevProps` isn't yet set. This will help anyone copying the example as-is who has stumbled across this blog post.
6 years ago
frankymacster
cd5d2ce10b
Update 2018-10-23-react-v-16-6.md ( #1428 )
6 years ago
Sunil Pai
a50a0765f8
s/npm -g/npx ( #1429 )
- less invasive
- matches the steps that the link already points to (https://reactjs.org/docs/create-a-new-react-app.html#create-react-app )
6 years ago
Cory House
0e3d2a690c
Grammar fix ( #1435 )
6 years ago
Alexander Burakevych
321b0c92e9
Added ComponentsConf 2019 ( #1441 )
ComponentsConf 2019 is a conference in Australia with exclusive focus on JavaScript frameworks and libraries: React, Angular, Vue
6 years ago
Luis Felipe Zaguini
c6bc16da6c
Update 2018-11-27-react-16-roadmap.md ( #1443 )
Fixed blank lines.
6 years ago