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
rvgmiller
eed3bf3d57
Fix typo: Travel plan example ( #4810 )
* Fix typo: New Zealand in travel plan example
* Fix multiple typos of New Zealand in examples
3 years ago
Akul Srivastava
f67fa22cc1
fix: api links in content ( #4806 )
* fix: api reference links in content
* fix: link on react dom api page
3 years ago
Sunil
4d51741463
fix typo in passing-data-deeply-with-context.md ( #4795 )
* fix typo in passing-data-deeply-with-context.md
* Fix: typo
3 years ago
Strek
ee7705675d
[Beta] Fix empty message styling in console ( #4784 )
* fixes empty messages added in console
* Revert "fixes empty messages added in console"
This reverts commit c978a82be60a55c0dd81cc9ed8ecf31d43d52385.
* add min height
3 years ago
dan
d8171faaca
[Beta] Discourage derived state more ( #4781 )
* [Beta] Discourage derived state more
* reword
3 years ago
Balázs Orbán
c1c3d1db30
fix typos ( #4767 )
* fix typo
* Update you-might-not-need-an-effect.md
* Update you-might-not-need-an-effect.md
3 years ago
Dan Abramov
8fb5a45d60
typo fix
3 years ago
dan
5187ed6bbd
[Beta] You Might Not Need an Effect ( #4766 )
3 years ago
Akul Srivastava
f71c82fcd4
fix(docs): remove redundancy ( #4764 )
3 years ago
Joshua Marantz
d8cd1ce416
fix broken link to react router docs ( #4763 )
Docs for React Router 6.4+ have moved from the "remixing" to "dev" branch.
3 years ago
moe
75bda80a63
fix sandbox tab button styles when selected ( #4751 )
3 years ago
Dongho
d2da1a55d2
Remove useless comma ( #4711 )
Found an additional comma typo when I implemented this example with typescript.
3 years ago
Dan Lebo
388905f9a0
Refresh sandbox iconography ( #4746 )
* Refresh sandbox iconography
* Remove extra margins
3 years ago
dan
c4817ff73c
[Beta] Update the bundler ( #4744 )
Should fix stale console logs when resetting a sandbox.
3 years ago
Dan Abramov
1ef18feef3
Clear should not collapse
3 years ago
Dan Abramov
007fe55200
Expand console by default
3 years ago
Dan Abramov
ac0985f8ad
typo
3 years ago
Dan Abramov
4b0e370851
[Beta] Shorten the last section on effects
3 years ago
Dan Abramov
b113f83071
Add missing part to the example
3 years ago
Dan Abramov
3c2611e805
typo
3 years ago
Dan Abramov
ad4b83234a
[Beta] Capitalize effects
3 years ago
dan
e817499383
[Beta] Synchronizing with Effects ( #4742 )
* [WIP] Effects
* More
* More
* Typo
* More
* tweaks
* typo
* note
* Add playsinline
* Fix
* Typo
* Oops
* More content
* Compress a bit
* edits
* oops
* Tweaks
* tweak
* Inline the deep dive
* fix
* typos
* add deep dive
* oops
* Clarify
* Add third case
* oops
* edit
* [beta][effects] Reword effects-in-render counterexample (#4722 )
* reframe
* oops
* ok
* edits
* fix
* remove special styling
* tweak
* oops
* tweak
* challenges
* tweaks
Co-authored-by: Sophie Alpert <git@sophiebits.com>
3 years ago
Strek
6d965422a4
[Beta] Add console to sandboxes ( #4672 )
* added code for sandpack console
* add log
* added console for older bundle
* Revert "[beta] Sandpack - new bundler (#4458 )"
This reverts commit 3ab1245314
.
* adds proper console and removes new bundle
* modify styles
* remove unwanted code
* nit
* fix types (#4677 )
* update console
* little nits
* remove unwanted code changes
* update bundler URL
* use `message.firstLoad` for clearing console
* use `refresh` event to clear logs as well (used when going away and coming back to sandpack)
* remove padding for code blocks inside console
* small UI revamps
* change p to div since the sandpack comes inside the p, add try catch and a try catch for the catch again
* tweaks
* Fixes
* Reset unrelated changes
* tweaks
* fix
* fixes
* oops
* Fix
* fix
Co-authored-by: Danilo Woznica <danilowoz@gmail.com>
Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
3 years ago
Danilo Woznica
e4d807d0e4
[Beta] fix(navigation): ui tweak ( #4709 )
* fix(navigation): ui tweak
* revert border color
3 years ago
Jake Boone
6240fed568
docs: fix incomplete sentences in useref.md ( #4731 )
3 years ago
dan
678caa54ca
Remove unused header
3 years ago
ycjcl868
022c8ff29d
[Beta] Add some types ( #4728 )
* [Beta] Optimize some performance
* Unnecessary image optimization
* Unused optimizeFonts
3 years ago
dan
9a5bf3e1f1
Fix typo
3 years ago
Jasper De Moor
1302ad75e0
Update SandpackRoot.tsx ( #4717 )
3 years ago
dan
0306da6fb3
Revert "Update SandpackRoot.tsx ( #4715 )" ( #4716 )
This reverts commit 2d46af6d03
.
3 years ago
Danilo Woznica
2d46af6d03
Update SandpackRoot.tsx ( #4715 )
3 years ago
anwarali7
6eff1187d9
Update start-a-new-react-project.md ( #4712 )
Fixed TypeScript hyperlink to the correct website.
3 years ago
Lee Robinson
d522a5f4a9
Add Turborepo to custom toolchains for monorepos. ( #4705 )
3 years ago