Dan Abramov
bb717c76bf
React 17 blog post ( #3335 )
* React 17 blog post
* Add RN paragraph
4 years ago
buoyantair
4e6cee1f82
Update error code extraction script link ( #3319 )
4 years ago
Dan Abramov
93b3ab9412
Add a note for library authors to JSX blog post ( #3339 )
* Add a note for library authors to JSX blog post
* Update 2020-09-22-introducing-the-new-jsx-transform.md
4 years ago
John Larsen
d78b121c39
Fix backport typo from 16.14.10 to 16.14.0 ( #3334 )
4 years ago
Dan Abramov
b5003c10d1
Update for the new releases
4 years ago
Ezio Tedeschi
8c2865e3ab
fix(content/docs): Fix broken link ( #3329 )
Change broken link in documentation for Babel editors.
4 years ago
Greg Sheppard
ddc3457aac
Add Kent Dodds's new Epic React course ( #3321 )
4 years ago
Kiriakos Naiskes
d50460490f
Fix ajax hooks example ( #3322 )
4 years ago
Alexey Pyltsyn
371156e9c3
Remove line breaks to simplify syncs
4 years ago
Dan Abramov
bd0c9d8c5f
Add changelog entry
4 years ago
Dan Abramov
b4a3bc7d0d
Grammar
4 years ago
davidblnc
07bb013f9f
Add missing word to latest blog post ( #3320 )
* Add missing word to latest blog post
* Change sentence to past tense
4 years ago
Theodore Chu
845338012c
Update design-principles.md ( #3314 )
Updated link to React Devtools package repository
4 years ago
Napoleon Oikonomou
bf2323fe3e
Update RC blog post to use rc3 ( #3312 )
4 years ago
Jeswin Simon
f92897b27b
Updated conditional rendering doc with a note on Falsy values ( #3296 )
4 years ago
Andrew Beaven
df7fbff422
Remove superfluous code in faq-functions.md example ( #3293 )
The sections above this describe how to use the arrow function to bind functions to the component instance to avoid explicit binding in the constructor. This example though, uses both the arrow function and explicitly binds the function. I realise the point of this particular example isn't to describe the binding process, but considering the sections that immediately proceed it, I think it'd be good to avoid confusion here.
4 years ago
Sam Robbins
ccc8e034e4
Update code-splitting.md ( #3294 )
4 years ago
Ronaldo Lima
6c7dada99b
Add React Conf Brasil 2020 ( #3284 )
* Add React Conf Brasil 2020
* Update conferences.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
4 years ago
Robert Haritonov
1679d68e14
Remove react summit 2021 dates ( #3290 )
4 years ago
Wojciech Maj
79bdfa0504
Change links to React lifecycle methods diagram to use HTTPS ( #2973 )
4 years ago
Stephanie Coates
1f7a4b9574
update @babel/plugin-syntax-dynamic-import link ( #3046 )
Docs previously linked to https://classic.yarnpkg.com/en/package/babel-plugin-syntax-dynamic-import for Babel 6. Updated link to point to plugin compatible with Babel 7.
4 years ago
Santiago Bernal B
ad695be618
Update meetups.md ( #3127 )
[add] React Meetups in Colombia
4 years ago
Sahil Mhapsekar
749e06398e
Update React India 2021 Conference Dates ( #3140 )
* Update
* Update conferences.md
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
4 years ago
Mustafa Mansour
8a914c9367
Update addons-animation.md ( #3151 )
Fix key value in code snippet.
4 years ago
Sinan Aksay
22ca68a264
Updated our Istanbul Meetup url ( #3186 )
We moved our meetup, so I'm updating the url here.
4 years ago
Thai Pangsakulyanont
eaa502f750
Fix wrong highlighted line numbers in nested Profiler example ( #3218 )
4 years ago
TJ VanToll
ea69990d7b
Add React Wednesdays to the community podcast list ( #3241 )
Hey all,
Was hoping you’d be ok with us including the React Wednesday streams we’ve been doing for the last several months. Wasn’t totally sure where to put this, as there’s no section for “streams” (although I could create one), so you’ll have to let me know what you think.
Thanks!
4 years ago
Integration Vault
8be497d890
Update meetups.md ( #3267 )
4 years ago
Robert Haritonov
90ec7e0e40
Updates to conferences agenda in 2020-21 ( #3287 )
* update React Summit time and add 2021 date
* move past events to the bottom
* Update React ATL date to 2021
* React next is now remote
* remove React Day Berlin
4 years ago
Alexey Pyltsyn
d4e2730148
Use relative links
4 years ago
R Nabors
32e3c7a6f9
Banner scheduling and snooze functionality ( #3283 )
Co-authored-by: Ricky <rickhanlonii@gmail.com>
4 years ago
C. Samuel Lents
cc44647dc3
fix grammatical errors ( #3279 )
4 years ago
Dan Abramov
a868d860cd
tweak wording
4 years ago
Sandro Miguel Marques
7138aa016f
Rename state setter from useText to setText ( #3281 )
4 years ago
Anand Kumar
1dd72bc991
Link to explainer how to use new JSX transform with CRA 4 ( #3280 )
4 years ago
rickyrojas1
da0e066485
Update-2020-09-22-introducing-the-new-jsx-transform.md ( #3278 )
Fix typo
4 years ago
Dan Abramov
4e4ba15bab
Clarify
4 years ago
Luna Ruan
fb65d8c944
Blog post: Introducing the New JSX Transform ( #3270 )
* React v17.0 Release Candidate: Support for New JSX Transform
* Change date and slight edits
* tweak note
* more thanks
* fix example
* Include version for TS
* Add a note on running the codemod
* Move and add note
Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
4 years ago
Dan Abramov
b288802c59
Update RC blog post to use rc2
4 years ago
Brian Vaughn
fdd694f4c6
Tweaked v17 blog post effects changes ( #3273 )
4 years ago
Chris Wilson
ec07e80be0
Remove prev/next links from the Advanced Guide ( #3269 )
4 years ago
Sebastian Silbermann
954a16f1d3
Fix heading structure in tutorial ( #3260 )
4 years ago
Seth Webster
ca66ea27ec
Adds my github and twitter info ( #3257 )
4 years ago
matvii
197ea2842c
Add links to React Conf 2018, 2019 ( #3248 )
4 years ago
李鸿章
b24cabac64
Code the `null` and `undefined` values ( #3203 )
4 years ago
Evgeniy Boreyko
657658aa1f
Fix React Native Testing Library link ( #3240 )
4 years ago
Dave Nicolson
d79f1dd7c3
Update UMD build links to match npm ( #3239 )
4 years ago
Toru Kobayashi
da8ef8b0f6
Explain where act comes from ( #3237 )
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
kamlesh tajpuri
25cc703d1f
Updating the docs to reflect the fact that React.memo can be used wit… ( #3159 )
* Updating the docs to reflect the fact that React.memo can be used with both class and functional components
* removed misleading para
4 years ago
MinYuan
f673d85616
Add `useLayoutEffect` to those hooks with deps ( #3232 )
4 years ago