Kid
c7d5aacd80
Fix broken MDN E4X links ( #4316 )
3 years ago
Juyeong Byeon
9ed29b0df6
fix: "…" spread syntax is not an "operator" but document saying that is an "operator" so it can make developers confused ( #4209 )
3 years ago
Vaibhav Shukla
af768b4618
FIXED: broken 'translated' link ( #4223 )
* FIXED: broken 'translated' link
removed broken weblink which leads to 404 page
* FIXED: broken 'translation' link
3 years ago
Dan Abramov
51bd2bccd4
Add missing talk
3 years ago
Alexey Pyltsyn
fcb13af83a
Fix typos in React Conf 2021 Recap post
3 years ago
Ricky
5393601449
Add Dave to talk reviewers
3 years ago
jtannady
12582bc28f
React Conf Recap Blog Post ( #4174 )
* Initial blog post commit
* Adding jtannady to author yaml
* Updating typo
* Update text
* Blog post v2
* Fix code block
* Add twitter links
* s/on/from
* Update thanks
* More thanks
* syntax highlighting
* Update thanks
* Update docs intro
* Update code
* Add link for ReactChina
* Generate IDs
Co-authored-by: Ricky <rickhanlonii@gmail.com>
3 years ago
jtannady
c005fa4d7a
Revert "React Conf 2021 Recap Blog Post ( #4172 )" ( #4173 )
This reverts commit e8cca8b6b7
.
3 years ago
jtannady
e8cca8b6b7
React Conf 2021 Recap Blog Post ( #4172 )
* Initial blog post commit
* Adding jtannady to author yaml
* Updating typo
* Update text
3 years ago
Strek
29627aec76
Generated missing ids ( #4150 )
3 years ago
Andrew Clark
34325ff441
Update React 18 post for beta ( #4109 )
Adds a note to the top of the page linking to the 18 Beta announcement.
3 years ago
Brian Vaughn
17eae3952d
Fix "master" to "main" renaming mistakes ( #3770 )
4 years ago
Brian Vaughn
d456dfbd29
Update docs and config to replace "master" with "main" branch
https://github.com/facebook/react/issues/21767
4 years ago
Dan Abramov
95ea219b83
Fix hanging word
4 years ago
Andrew Clark
7b0aecbe6d
New post: The Plan for React 18 ( #3729 )
* New post: The Plan for React 18
* Mark CM docs as stale
* Update content/blog/2021-06-08-the-plan-for-react-18.md
Co-authored-by: Ricky <rickhanlonii@gmail.com>
* Simplify
Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
Co-authored-by: Ricky <rickhanlonii@gmail.com>
4 years ago
Jabir K.H
a5e0bf4d8d
grammatical typo fix on allowlist ( #3689 )
4 years ago
Pavlos Vinieratos
3bff1ac3fb
update on RN and react 17 ( #3620 )
4 years ago
Hamir Mahal
adfa67ad01
use "allowlist" in DOM Attributes in React 16 page ( #3532 )
4 years ago
Dan Abramov
ed421c0b95
Server Components blog post
4 years ago
George Bradley
923629258f
first issue: add missing comma ( #3452 )
Co-authored-by: gbradleypro <gbradleypro@gmail.com>
Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
4 years ago
Edward
5e437a10ed
Change tabIndex to match the types (string to number) ( #3409 )
Co-authored-by: Edward Baggott <edward.baggott@shellenergy.co.uk>
4 years ago
Seyed Masih Sajadi
f44b4946e5
Link to TypeScript 4.1 stable release ( #3395 )
4 years ago
Haider Alshamma
c9a15fad66
Indicate that create react app 4.0 has been released ( #3356 )
* Indicate that create react app 4.0 has been released
* Update content/blog/2020-09-22-introducing-the-new-jsx-transform.md
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
Jhon Mike
18ac8f7197
minor adjustments to the documentation ( #3354 )
4 years ago
Federico Zivolo
95894a159f
specify required option to use Flow with new JSX transform ( #3353 )
4 years ago
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
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
Napoleon Oikonomou
bf2323fe3e
Update RC blog post to use rc3 ( #3312 )
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
Dave Nicolson
d79f1dd7c3
Update UMD build links to match npm ( #3239 )
4 years ago
Dan Abramov
39f09d6f42
fix more lins
4 years ago
Dan Abramov
baa4531bb4
fix link
4 years ago
Dan Abramov
daf79b7311
Update blog post for RC1 ( #3231 )
* Update blog post for RC1
* Update 2020-08-10-react-v17-rc.md
4 years ago
Dan Abramov
c30ff1e39b
Add onFocusIn note
4 years ago
QiChang Li
304535ade1
chore: supplementary title ( #3191 )
4 years ago