v891
a8bf119e01
Update hooks-overview.md ( #1320 )
6 years ago
Misha Moroshko
a1c7038255
Remove highlighted line in code example ( #1322 )
6 years ago
Misha Moroshko
4fff01e641
Add : ( #1321 )
6 years ago
Niladri Dutta
1823921be0
Add PrimeReact to UI components list ( #1240 )
* Add PrimeReact to ui components list
* sort list alphabetically
* remove newline
6 years ago
Kurt Furbush
7258e584cb
Update code-splitting.md ( #1299 )
Grammar fix
6 years ago
Philip Jackson
497de67653
Update hooks-reference.md ( #1315 )
Fix internal hyperlinks
6 years ago
Bæring Gunnar Steinþórsson
8d562573c7
Update hooks-intro.md ( #1316 )
Make link to Writing Custom Hooks lead to the top of the page rather than to how to Using a Custom Hook
6 years ago
Jacob Kelley
c131dea9d1
Update tools-ui-components.md ( #1319 )
* Reverting Passage addition to UI
* Adding Passage to the Routing tools doc
6 years ago
Marko Schulz
60bddf78f9
Update links to https ( #1313 )
Only left the link to fable.io, because it currently has an invalid certificate, which they will only fix after moving to a new domain. https://github.com/fable-compiler/fable-compiler.github.io/issues/27
6 years ago
Misha Moroshko
017dd6523f
or => and ( #1311 )
6 years ago
Stephen Burke
ce2729582c
Update hooks-overview.md ( #1308 )
6 years ago
Jacob Kelley
81241d1b92
Update tools-ui-components.md ( #1310 )
6 years ago
Michael Fix
da720361ed
Update hooks-faq to use React.memo instead of React.pure ( #1305 )
6 years ago
Sebastian Markbage
83c2086e29
Update rfc links
6 years ago
Sophie Alpert
d0d1fed2d0
Add documentation for Hooks proposal
Co-Authored-By: Dan Abramov <dan.abramov@gmail.com>
Co-Authored-By: Sophie Alpert <git@sophiebits.com>
6 years ago
Dorian Mullings
3bedee952d
fixed minor typo in 16.6 blog post ( #1290 )
* fixed typo 16.6 blog post
* Update 2018-10-23-react-v-16-6.md
6 years ago
Jamie
8b5d710fa1
Fix syntax error in 16.6 blog post ( #1288 )
6 years ago
Dan Abramov
d88cd4ca48
Update 2018-10-23-react-v-16-6.md
6 years ago
Dan Abramov
4675ab0ed8
Add 16.6 to versions ( #1287 )
6 years ago
Sebastian Markbåge
c873141eca
Add React v16.6.0 blog post ( #1285 )
* Add React v16.6.0 blog post
* Two hyphens so close is noisy
* Tweak links
* Let it breathe a little
* Update 2018-10-23-react-v-16-6.md
* Credit Alex
6 years ago
Brian Vaughn
43339e2611
Add docs for getDerivedStateFromError [16.6] ( #1223 )
* Updated error boundary docs to reference new getDerivedStateFromError
* Updated some wording in response to PR feedback
* These
6 years ago
Sebastian Markbåge
b6b15d770f
Document deprecation of findDOMNode ( #1263 )
We might want to open an RFC for fragment refs which could solve the one
remaining use case in a better way but at least let us get the deprecation
in.
6 years ago
Sebastian Markbåge
b188555b06
Document React.lazy ( #1284 )
* Document React.lazy
Suspense is documented here since it's the only built-in way so far to
use it. In the future it'll likely be documented on its own more like
Error boundaries.
This hoists React.lazy as the primary way to do code splitting. However,
before getting into it we keep the recommendation to use react-loadable
for server-side rendered apps since Suspense is not yet ready for the
server.
* Tweaks
* Tweaks
* nits
6 years ago
Sebastian Markbåge
896214b7d2
Document class contextType as the primary consuming mechanism ( #1283 )
* Document class contextType as the primary consuming mechanism
* Update context.md
6 years ago
Sebastian Markbåge
1601307c1e
Document React.memo ( #1282 )
* Document React.memo
* Use named functions in memo
Uses default exports
* Nits
* Tweak to "areEqual" to match the note below
6 years ago
Jack Cross
c9f5085dd1
Add ReactNYC to meetups ( #1281 )
6 years ago
Sophie Alpert
026edff33c
Error boundaries docs shouldn't use class fields
6 years ago
Noel Yoo
ee8716166e
Fix typo ( #1274 )
6 years ago
Vasil Raev
34118dc303
Add Kendo suite to the Fee Based Components list ( #1128 )
* Add Kendo suite to the Fee Based Components list
* Update tools-ui-components.md
6 years ago
Alex Wilmer
c66250a34a
add missing semi-colon in conditional rendering codeblock ( #1269 )
6 years ago
Tyler McGinnis
e2ee6b9f34
Remove the word "simple" ( #1257 )
I'm going to be that guy...
6 years ago
Monica Powell
2ff1f9f427
move past events to the past section ( #1252 )
6 years ago
Monica Powell
88ccc6d88e
add react ladies ( #1254 )
6 years ago
Heitor Althmann
636434fb3d
Removed double "the" statement ( #1245 )
We’ll set **the the** first move to be “X” [...]
6 years ago
Dan Abramov
425cb9a429
Terminology: Lifecycle hooks -> Lifecycle methods ( #1237 )
6 years ago
Bartosz Kaszubowski
5c3f61d312
Small changes to "classnames" tip ( #1151 )
Just two small changes on "Styling and CSS" page:
* tip regarding "classnames" has been placed in quote box to visually emphasize it
* link to "classnames" package now points to React related section on the page
6 years ago
Michał Gołębiowski-Owczarek
06a8850b2f
HTTPS-ify lots of URLs, update some to their newer homes ( #1157 )
This matters for user security.
I didn't touch blog posts & pages related to past conferences.
The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
6 years ago
Anoop Kumar Gupta
b1588024e6
Location updated Delhi NCR ( #1225 )
6 years ago
kh0ma
fc83f24358
Chage JSON payload to prevent errors with parsing ( #1229 )
6 years ago
Dan
e89ad6306b
Fix example
6 years ago
Dan Abramov
81afcfbd87
Functional -> function ( #863 )
6 years ago
Joe Haddad
3ba06e06c2
Add PostCSS mention ( #1220 )
* Add postcss mention
* Moved next to other we
* Specify stage 3 for now
* Update 2018-10-01-create-react-app-v2.md
6 years ago
Joe Haddad
2137a7dc9a
Explain that you can also use the browsers feature to target older ones ( #1221 )
* Explain that you can also use the browsers feature to target older ones
* adjust wording
* Update 2018-10-01-create-react-app-v2.md
6 years ago
Joe Haddad
f2d39bec16
Create React App v2 Blog Post ( #1215 )
* Initial draft
* Change release URL to what will be
* Specify `node_module` compilation happens automatically
* Borrow Dan's more friendly title for vendor compilation
* Add detail to CSS Modules section
* Add demo gif for CSS Modules
* Add Sass support demo
* Rewrite
* Wordsmith
* oops
* Co-credit
* tweaks
* more links
* consistency
* tweak link
6 years ago
Sophie Alpert
95f0232d65
Clarify key wording in tutorial
Per #1181 .
6 years ago
Enmanuel Durán
8caa61f8c2
Fixes broken link on the community support section ( #1207 )
6 years ago
Brian Vaughn
aefa4b586f
Restored list alpha sort order
6 years ago
Tomasz Sapeta
85b3fa039d
Add App.js Conf 2019 ( #1200 )
6 years ago
Dan Abramov
0276f2cd75
Add a link to Formik ( #1197 )
6 years ago
Brian Vaughn
9cd3667141
Corrected misleading wording about React.Children.map
6 years ago