Dan Abramov
3c5e2bd1ed
Suspense: Start Fetching Early ( #2551 )
5 years ago
Youngjin Jang
7d257ea0ad
Fix sample code variable name on "Building Great User Experiences with Concurrent Mode and Suspense" blog post ( #2541 )
* Update 2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md
#2540
I think `post` is `props.post`
* Update 2019-11-06-building-great-user-experiences-with-concurrent-mode-and-suspense.md
5 years ago
Joseph Savona
ee8a5ec783
Blog post ( #2538 )
Blog post: Building Great User Experiences with Concurrent Mode and Suspense
5 years ago
Jhon Mike
18327d46c5
Formateed react-v16.9.0 post ( #2501 )
* format post react-v16.9.0
* running yarn check-all
5 years ago
Andrew Clark
b4b53b3d4c
Fix double negative
more unstable -> less stable
5 years ago
Andrew Clark
be0cd9ff79
Typo
5 years ago
Andrew Clark
e560f8ae22
Blog post announcing prerelease channels ( #2455 )
5 years ago
Thalyta Fabrine
81124465ac
Fix broken link for suspense demo ( #2418 )
5 years ago
Arshita Kakkar
a3cb7c5235
Removed hyperlink from 'a' ( #2296 )
The sentence in line114 - "For this change, we’ve provided a [codemod](https://github.com/reactjs/react-codemod#error-boundaries ) to automatically migrate your code" had hyperlink added to [a codemod] instead of only to [codemod]. Updated this.
5 years ago
Tobias Hale
74d047e8c3
Include step to checkout v3 branch before building the devtools extension ( #2269 )
5 years ago
Mohammed Salman
9de5e8c0cd
Update 2015-09-02-new-react-developer-tools.md ( #2252 )
5 years ago
Dan Abramov
180cd22d2d
Update 2019-08-15-new-react-devtools.md
5 years ago
Brian Vaughn
3c7837a657
React DevTools v4 blog post ( #2199 )
5 years ago
Sunil Pai
181c4996af
Add a note about the codemod on the lifecycle warnings post ( #2219 )
* Add a note about the codemod on the lifecycle warnings post
https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html
* missing fullstop.
* Update 2018-03-27-update-on-async-rendering.md
5 years ago
Marius Schulz
29f7552868
Fix typo in React v16.9.0 blog post ( #2217 )
"enountered" -> "encountered"
5 years ago
Sophie Alpert
a7c8782fe8
Update 2019-08-08-react-v16.9.0.md ( #2211 )
5 years ago
Soichi Takamura
cd271384df
mod typo ( #2213 )
5 years ago
Dan Abramov
a2a905117a
Blog post for 16.9 ( #2208 )
5 years ago
Sunil Pai
8be8bf9d2f
Testing Docs ( #2165 )
* Testing Docs
This expands the testing docs for reactjs.org. It adds 3 main docs -
- testing.md: An entry point to the testing docs
- testing-recipes.md: Common patterns when writing tests for React Components.
- testing-environments.md: Setting up your testing environment.
With help from @alexkrolick , @kentcdodds , @gaearon
5 years ago
Richard Taylor Dawson
d00058b1f9
Fixing typo in contributing section of the docs ( #2166 )
6 years ago
Rainer Martínez Fraga
26d9c14a7d
Revert "fix(Blog): Post title updated to correct word for yes word in spanish ( #2122 )" ( #2130 )
This reverts commit 06a029d53d
.
6 years ago
Akansh Gulati
06a029d53d
fix(Blog): Post title updated to correct word for yes word in spanish ( #2122 )
6 years ago
Chang Yan
76588f6335
Correct the description of when gDSFP gets called ( #2100 )
6 years ago
Alyssa
7847d23421
Update 2019-02-23-is-react-translated-yet.md ( #2109 )
6 years ago
Shreyans Jain
8e0a8af045
Update link for "import SVG as a component" ( #1360 )
6 years ago
Michaël De Boey
dd6317f3bd
Update 2019-02-06-react-v16.8.0.md ( #1634 )
You can just normal install `eslint-plugin-react-hooks`
6 years ago
BrainBoxBrown
59be66f3a8
Changed unicode hyphen to normal hyphen ( #1927 )
When copy and pasting `npm install jest-cli —save-dev` you get this error
`Invalid tag name "—save-dev": Tags may not have any characters that encodeURIComponent encodes`
I replaced the unicode characters '—' with ascii hypens '-'
6 years ago
Luan Ferreira
c0f4b34282
Fix small typo in blog post ( #1803 )
6 years ago
Paul Kim
6b4ade316c
Update example project link ( #1759 )
* Remove example project
* Correct with active project link
* Update with new url
6 years ago
Soichiro Miki
7a461065d1
Update 2019-02-23-is-react-translated-yet.md ( #1752 )
6 years ago
Marks Polakovs
85d83e8a8f
[Is React Translated Yet?] Use Dan's correct twitter handle ( #1742 )
6 years ago
Nat Alison
d156beb83d
New blog post for translations ( #1721 )
* Translation blog post
* look ma Im an author
* sophie updates
* exclamation police
* Final tweaks
* Don't single out Spanish translation since it's already mentioned at the top
* Rename the post
* Last tweaks
* Last tweaks v2
* Last tweaks v3
6 years ago
Deniz Susman
d4f7a2c2d9
Fix typo in blog
"collocation" instead of "colocation".
6 years ago
Nat Alison
ea69a385dc
fix broken audio link in community roundup 26
6 years ago
Deniz Susman
2a8c4a53b3
Typo fix in blog content ( #1651 )
"Recommendation" instead of "Recomendation".
6 years ago
Nat Alison
25df15b83e
reapply, correctly generating links
6 years ago
Nat Alison
dc1e5366e3
revert id adding
6 years ago
Nat Alison
3e49e971d0
add everything else again
6 years ago
Kent C. Dodds
f846c4da1b
react-testing-library now supports `act` ( #1635 )
* react-testing-library now supports `act`
* fix typo
6 years ago
Christoph Nakazawa
9f4b4a92a0
React Native will ship hooks in its 0.59 release. ( #1633 )
6 years ago
Brian Vaughn
cea45bbbb4
Updated 16.8 CHANGELOG wording to also mention ReactTestRenderer.act()
6 years ago
Brian Vaughn
8fa112eeba
Moved blog post to Feb 6th
6 years ago
Brian Vaughn
8cae066657
Added ReactTestUtils.act() to CHANGELOG
6 years ago
Brian Vaughn
a0db3e7f17
Replaced inaccurate comments
6 years ago
Brian Vaughn
ee909e5a67
Udpated changelog
6 years ago
Brian Vaughn
30914131e8
Renamed Hooks blog/date
6 years ago
Dan Abramov
601c016f49
testing
6 years ago
Dan Abramov
f9f0d66272
Point to codesandbox and usehooks as community examples
6 years ago
Dan Abramov
e5a987bc60
Tweaks
6 years ago
Dan Abramov
0d89570264
Update 2019-02-04-react-v16.8.0.md
6 years ago