dan
ccf8576ab4
[Beta] Refactor Layouts ( #4975 )
* [Beta] Refactor Layouts
* TypeScript
* oops
* Make it work for all pages
2 years ago
zqran
23ae76f10a
[Beta] add missing quotes ( #4974 )
2 years ago
Kid
2412995024
[Beta] fix a broken link ( #4971 )
2 years ago
zqran
6ba9424a14
[Beta] Clarify grammar ( #4965 )
* [Beta] Typo fix: Updated `Minds` to `Mind`
* Update keeping-components-pure.md
Co-authored-by: dan <dan.abramov@gmail.com>
2 years ago
Dan Abramov
4e8cc5f849
rm unused
2 years ago
Ricky
7db02fc01d
[beta] Add escape hatches index page ( #4957 )
* [beta] Add escape hatches index page
* edits
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2 years ago
Guihua Ran
2d42098bc8
fix: reset showHint to false when click Next Challenge ( #4948 )
* fix: reset showHint to false when click Next Challenge
* Split Challenges into two components
* clean code, add to flag whether the activeChallenge has changed to avoid scrolling to Chalenges when page mounted
* Simplify
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2 years ago
Kid
f2c9b60238
[Beta] Link to Getting Started guide in Parcel docs ( #4967 )
* [Beta] Link to React recipe in Parcel docs
* Pointing to web app guide instead
2 years ago
Kid
47483a3f6a
[Beta] fix a broken link ( #4968 )
2 years ago
dan
e077d108df
Bump stats
2 years ago
dan
3c99e76c96
[Beta] Challenges for Reusing Logic ( #4963 )
2 years ago
kaushalyap
b387ebb873
Updated "every 100" to "every 10" to match with the code ( #4961 )
2 years ago
Dan Abramov
808d6d1ede
Make examples more distinct
2 years ago
Dan Abramov
ce6ba06a0f
edits
2 years ago
dan
56f79c4806
[Beta] More info about custom hooks ( #4960 )
2 years ago
dan
da6a06e54b
Revert "[beta] upgrade sandpack and refactor sandpack.css ( #4843 )" ( #4959 )
This reverts commit 537e0a354d
.
2 years ago
dan
59c68a7baf
[Beta] Reusing Logic with Custom Hooks ( #4958 )
2 years ago
dan
b1431f3752
[Beta] Challenges/Edits for Removing Effect Dependencies ( #4952 )
2 years ago
Dan Abramov
1319e8f55a
Fix color
2 years ago
Danilo Woznica
537e0a354d
[beta] upgrade sandpack and refactor sandpack.css ( #4843 )
* upgrade sandpack and address breaking changes
* remove unnecessaries fixes
* use Sandpack components instead reimplementing them
* refactor: sandpack.css
* fixes
* fix: sticky and syntax-highlight
Co-authored-by: dan <dan.abramov@gmail.com>
2 years ago
Omer Shahar
c6a79011e1
Update scaling-up-with-reducer-and-context.md ( #4945 )
2 years ago
Strek
ea9e9ab281
fix typos ( #4938 )
2 years ago
dan
c5a1acd165
Quick fix for misleading sentence
2 years ago
Dan Abramov
681a935276
Fix example to createRoot
2 years ago
Luna Ruan
98d6aec603
[Beta] Add Support for All Console Methods and Hide Console Panel if there is a Lint/Syntax Error ( #4939 )
* add console support for warnings and errors and hide console if there is an error
* fix issues
* nit
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2 years ago
dan
3b60bf4716
[Beta] Removing Effect Dependencies ( #4936 )
* wip
* meh
* wip
* tweaks
* [Beta] Removing Effect Dependencies
* fix
* twk
* typo
2 years ago
David McCabe
f829d8da08
Create Fragment API reference page ( #4927 )
* Create Fragment API reference page
* Minor formatting changes
Co-authored-by: Dave McCabe <davemccabe@fb.com>
Co-authored-by: Rick Hanlon <rickhanlonii@fb.com>
2 years ago
Yousef M. El-Gohary
46ebdc87b8
Fix hydrate root link ( #4937 )
* add loading indicator to sidebar links
* fix link typo
2 years ago
Dan Abramov
605ad373c4
edits
2 years ago
Dan Abramov
5a9bacdc1a
Add more nuance to explanation and challenge
2 years ago
Dan Abramov
cb3b246420
Fix typos
2 years ago
dan
7cd1755ee4
[Beta] Add more challenges ( #4922 )
* [Beta] Add challenges for useEvent
* more
2 years ago
Ricky
caaf3c7245
[beta] Add docs for old hydrate API ( #4914 )
* Add docs for old hydrate API
* Add suppression example
2 years ago
Dan Abramov
bf3df38310
[Beta] Add a deep dive
2 years ago
dan
37cf98d075
Update separating-events-from-effects.md
2 years ago
dan
6d5fbad9a7
[Beta] Separating Events from Effects ( #4913 )
* wip
* wip
* wip
* wip
* more
* wip
* a bit more
* recap
2 years ago
Ricky
2890036c69
Add stub pages for all React and ReactDOM APIs ( #4910 )
* Add ReactDOM Client APIs
* Feedback fixes
* TODO and link fixes
* Update createRoot.md
* Nits
* Nits
* Update reactdomclient.md
* Update hydrateRoot.md
* Update hydrateRoot.md
* Update createRoot.md
* Update hydrateRoot.md
* createRoot tweaks
* bla
* tweaks
* tweaks
* tweak
* bump
* Add another troubleshooting error
* Add stubs for React.* APIs
* Add and organize remaining APIs
* Update links
* fix whitespace
* Add re-directs for old API URLs
* Fix some links
* Add StrictMode
Co-authored-by: dan <dan.abramov@gmail.com>
2 years ago
Ricky
c527d4ec4f
[Beta] Add ReactDOM Client APIs ( #4909 )
* Add ReactDOM Client APIs
* Feedback fixes
* TODO and link fixes
* Update createRoot.md
* Nits
* Nits
* Update reactdomclient.md
* Update hydrateRoot.md
* Update hydrateRoot.md
* Update createRoot.md
* Update hydrateRoot.md
* createRoot tweaks
* bla
* tweaks
* tweaks
* tweak
* bump
* Add another troubleshooting error
Co-authored-by: dan <dan.abramov@gmail.com>
2 years ago
dan
4de082d220
Update createcontext.md
2 years ago
Mikhail Konin
5fed75dac5
Fix comma position ( #4897 )
Fix comma position at line 219 , in phrase When you need to "change things,"
2 years ago
Xuan Huang (黄玄)
8a6d966655
Add Robert Zhang ( #4899 )
2 years ago
Guihua Ran
4a87b19ef3
Remove the redundant code ( #4898 )
2 years ago
Joel Mathew Koshy
b162ea203c
fixed incorrect function name in React.memo for IconDownload icon component ( #4891 )
2 years ago
Binoy Barman
47e1ce5d42
Update index.md ( #4886 )
2 years ago
Joel Mathew Koshy
4808a469fa
[Beta] fixed grammatical typo in render-and-commit.md ( #4881 )
2 years ago
Shanmughapriyan S
37910882a2
fix: typo ( #4876 )
2 years ago
Dan Abramov
9fb359ffb2
Rm dead links
2 years ago
dan
5cea9c4f56
[Beta] Lifecycle of Reactive Effects ( #4875 )
* [Beta] Lifecycle of Reactive Effects
* rm future pages
* more
2 years ago
Joel Mathew Koshy
318981f9cd
fixed having duplicate tailwind classes in pages/blog ( #4872 )
2 years ago
Shanmughapriyan S
a20f6378aa
refactor: remove unused state ( #4848 )
2 years ago