Dan Abramov
f1cdb194bd
[Beta] Panel fixes
2 years ago
dan
9247d1a359
[Beta] Make banner scrollable ( #5002 )
2 years ago
Dan Abramov
18a4fc0220
[Beta] Misc fixes
2 years ago
zqran
f30a3bc1dc
[Beta] update quote content ( #4993 )
* [Beta] update quote content
* [Beta] update quote content in Learn Doc
* [Beta] update `,"` to `",` in Learn Doc
* Update sharing-state-between-components.md
Co-authored-by: dan <dan.abramov@gmail.com>
2 years ago
dan
f7c91ebbf1
[Beta] Refactor Navigation ( #5001 )
2 years ago
Bryan Lee
6b217bf289
[Beta] Use defined variables to access elements ( #4996 )
Remove unused variables
2 years ago
dan
c6609013fd
Add a comment
2 years ago
dan
a73274f094
[Beta] Autogen API table of contents ( #4995 )
2 years ago
dan
4b993722ac
[Beta] Pre-process MDX during build ( #4994 )
2 years ago
dan
bc6310fd98
[Beta] Don't rely on special MDX props ( #4991 )
2 years ago
dan
6e21a2e5a8
[Beta] Move from MDX loader to getStaticPaths ( #4990 )
* Move Markdown from src/pages to src/content
* Use getStaticProps
* Fix Fast Refresh
* Clean up
* rm unused
* Fixes
2 years ago
zqran
fc4d44c44c
[Beta] Add missing spaces ( #4986 )
2 years ago
zqran
0df0a05530
[Beta] clarify grammar ( #4985 )
2 years ago
Yanning
123a39a396
[Beta] Remove extra 'other' ( #4987 )
2 years ago
zqran
167b030818
[Beta] update `handleClick()` to `handleClick` ( #4984 )
2 years ago
Bryan Lee
102982abd2
[Beta] fix warning-keys ( #4977 )
2 years ago
zqran
41cde23ab0
[Beta] remove unnecessary parentheses and update quote content ( #4983 )
* [Beta] remove unused parentheses
* [Beta] change quote content
* [Beta] update quote content
2 years ago
dan
1d8f8eb465
[Beta] Remount Page Content ( #4981 )
2 years ago
Bryan Lee
6103993884
[Beta] fix a broken link ( #4979 )
2 years ago
dan
0122c9aa8c
[Beta] Use h4 for Challenge titles ( #4980 )
2 years ago
dan
42561f013a
[Beta] Move MDX Preprocessing ( #4976 )
2 years ago
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