Danilo Woznica
4d005ad7e0
fix(sandpack): disable init-mode ( #4278 )
2022-02-04 16:33:35 +05:30
Danilo Woznica
52393daffe
fix(useMediaQuery): adds fallback to matchMedia ( #4289 )
2022-02-04 16:31:44 +05:30
dan
001b1f021b
[Beta] useState API: Best of the both words? Haha just kidding... Unless?... ( #4284 )
...
* Dry version
* Here we go again
* Recreation lol
* Some tweaks (#4285 )
* tweaks
* edit
Co-authored-by: Sophie Alpert <git@sophiebits.com >
2022-02-04 05:37:56 +00:00
Jerson Zúñiga-Coayla
5479670315
fix: typo ( #4279 )
2022-02-03 16:12:43 +05:30
dan
e6b843bb84
[Beta] Change useState structure, add examples ( #4276 )
...
* [Beta] Change useState structure, add examples
* Simpler language
* Nix when not to use it
2022-02-03 00:29:33 +00:00
dan
84742f0b0b
Fix typo
2022-02-02 15:19:32 +00:00
dan
75db8f2c36
[Beta] Rename TaskBoard -> TaskApp in examples ( #4271 )
...
* [Beta] Rename TaskBoard -> TaskApp in examples
* Update another page
* Update another page
* Update another page
* Update another page
2022-02-02 15:18:52 +00:00
Danilo Woznica
626f957364
fix(sandpack): improve memory usage ( #4126 )
...
* fix(sandpack): init mode
* init mode tweaks
* sandpack preview: keep loading state while preview is still working
* prettify it
* fix: renew client listener on remount
2022-02-02 11:44:26 +00:00
Dan Abramov
c8ad67d379
Fix deps
2022-02-01 13:53:34 +00:00
Dan Abramov
7d1e054fb0
Remove unused patch
2022-02-01 13:24:53 +00:00
dan
abca1f4495
Use MDXContext directly ( #4267 )
...
* Use MDXContext directly
* yolo
2022-02-01 13:19:17 +00:00
dan
58d6f3f9fc
Prevent nav context re-renders ( #4266 )
2022-02-01 12:51:14 +00:00
dan
17e91d83fe
[Beta] Address Quick Start review nits ( #4264 )
...
* Address review nits
* Update beta/src/pages/learn/index.md
Co-authored-by: Ricky <rickhanlonii@gmail.com >
* Update beta/src/pages/learn/index.md
Co-authored-by: Ricky <rickhanlonii@gmail.com >
* edits
* edits
* edit
Co-authored-by: Ricky <rickhanlonii@gmail.com >
2022-02-01 00:30:26 +00:00
dan
38057903ec
[Beta] Reorder useState page ( #4265 )
2022-01-31 23:41:30 +00:00
Brennon Bortz
5f0549c86e
chore: fix typo ( #4255 )
...
Fix typo in quick start
2022-01-30 13:02:56 +05:30
Strek
e1dcbffde1
bump next to latest ( #4251 )
2022-01-28 19:15:35 +00:00
Strek
3564e690b8
Introduce lint staged ( #4240 )
...
* Commit lint staging
* Add mdx parser for prettier
* fix css
* Fixed lint staged for md
* Fixed markdowns
* Revert prettifying markdown since build fails
* Removed css command and included with tsx
* replace with older readme and contibuting
2022-01-28 18:56:11 +00:00
dan
1c355ab630
[Beta] Change "You will learn" for chapters ( #4239 )
2022-01-28 18:55:27 +00:00
dan
b22c3d6865
[Beta] Rewrite Quick Start ( #4245 )
...
* [Beta] Rewrite Quick Start
* Tweaks
2022-01-28 03:01:32 +00:00
Dan Abramov
2b2ac5c3bf
Fix download label
2022-01-28 00:42:59 +00:00
dan
4451e5b0b3
Make line highlight full width ( #4246 )
2022-01-28 00:42:14 +00:00
Ben Rogers-McKee
53d279e370
fix: challenges navigation ( #4123 )
...
* fix: challenges navigation
* fix: challenges navigation alternate solution
* fix: challenges navigation assert non null on find
* refactor: unnecessary default value
2022-01-27 21:06:51 +00:00
Mark R. Florkowski
ec65cc000c
Add "click to copy" to TerminalBlock ( #4025 )
...
* add click to copy to TerminalBlock
* rebase + changes
* fix 'Not all code paths return a value.'
* fix svg jsx
* fix lint errors
2022-01-27 21:06:39 +00:00
Danilo Woznica
d80ef566a3
Sandpack: upgrade dependencies and adds ReactDevtools ( #4161 )
...
* upgrade sandpack dependencies
* update csb button
* remove unnecessary ref
* add react dev tools
* remove duplicated/unnecessary element
* fix: codemirror gutter
* fix codemirror gutter
* make devtools optional
* bump sandpack version
* fix: add website theme to the react devtools
* fix: react devtools ui tweaks
* devtools: custom theme
* refactor: reset sandbox
* fix sandpack
* fix: devtools style
* fix: tweaks on mobile version
* fix: soft refresh when module is loaded
* bump sandpack version
* update color
* remove demo
* remove inspect button
* bring back key logic
* refactor: icon align
* update sandpack
* logic to keep the content synced
2022-01-24 16:28:52 +00:00
Strek
51105970b7
Removed google analytics for dev ( #4233 )
2022-01-23 03:44:29 +00:00
Strek
d84b74040c
Bump next ( #4228 )
2022-01-22 17:19:56 +00:00
R Nabors
b1f91c92f4
Analytics for Beta ( #4224 )
...
* adding google analytics metrics to beta
* adding google analytics metrics to beta
2022-01-21 18:51:26 +00:00
Strek
3143db5a8e
Updates deployment in readme from netlify to vercel ( #4225 )
...
* updates readme
* removed hosting provider name
2022-01-21 18:29:31 +00:00
Juyeong Byeon
9ed29b0df6
fix: "…" spread syntax is not an "operator" but document saying that is an "operator" so it can make developers confused ( #4209 )
2022-01-18 19:49:12 +00:00
Strek
cd1b0dfed9
Changed the version generation script to update vercel.json instead of _redirects ( #4136 )
...
* Changed the version generation script to update vercel.json instead of _redirects
* Fix prettier failures
* Expected to return a value at the end of async function 'writeRedirectsFile'
* Add same script for beta as well
* Fixes review comments
* Fixes formatting in old site
2022-01-18 17:31:17 +00:00
Strek
0b21acb5ab
Added hook to validate if headings are present or not ( #4143 )
...
* Added hook to validate if headings are present or not
* Remove un wanted default param
* Add validate Ids to ci check too
* Revamp heading id generation and validation workflow
* Update validateHeadingIDs.js
2022-01-18 17:28:11 +00:00
Vaibhav Shukla
af768b4618
FIXED: broken 'translated' link ( #4223 )
...
* FIXED: broken 'translated' link
removed broken weblink which leads to 404 page
* FIXED: broken 'translation' link
2022-01-18 22:14:10 +05:30
Lukasz Baranowski
b41b1dc356
Docs - phrasing sentence in conditional rendering article ( #4196 )
2021-12-23 11:58:47 +05:30
Ahmet Faruk Yılmaz
ee304b6aae
Fix typo in Removing from an array part ( #4171 )
2021-12-14 12:04:48 +05:30
Sofya Tuymedova
014f4890dc
docs: fix a typo ( #4166 )
2021-12-12 11:22:25 +05:30
bigfang
7d9c9e80d2
fix slice() link ( #4156 )
2021-12-08 12:51:00 +05:30
yang
aa70dcedc6
fix: correct the link to navigate to the team page ( #4146 )
...
* fix: correct the link to navigate to the team page
* remove .html
Co-authored-by: Strek <harish.sethuraman@freshworks.com >
2021-12-04 13:46:21 +05:30
CatsAndDogs123
86eb509781
[fix]: add-listner is deprecated, switched those to add-event-listner ( #4093 )
2021-12-03 17:30:05 +05:30
Strek
f625b86a48
Comment the script ( #4139 )
2021-12-01 16:06:13 +00:00
Soichiro Miki
a655e410fa
Fix a typo ( #4138 )
2021-12-01 18:27:34 +05:30
Strek
01afd01325
[Beta]Move all possible style to tailwind classes ( #4054 )
...
* Move all possible style to tailwind classes
* Update Sidebar.tsx
* fix-collapsable-color
* dry run and commit
* Update SidebarLink.tsx
* Fixes review comments for aria tags
* Remove extended tailwind configs
* Update tailwind.config.js
* Update Sidebar.tsx
2021-11-29 23:17:46 +05:30
Strek
3f3e109ad7
Fix markdown comment breakage in community page ( #4127 )
2021-11-29 16:13:17 +00:00
Marek Bodinger
0057efa12c
Fix description to match code in referencing-values-with-refs.md ( #4097 )
2021-11-25 16:46:18 +00:00
Sofya Tuymedova
d8800be079
chore: fix typos ( #4121 )
2021-11-25 16:23:31 +00:00
Strek
c6353b9853
chore: fix typo ( #4104 )
2021-11-25 08:52:06 +05:30
Strek
40c8cd2df9
Add check-all script for beta site ( #4120 )
...
* Update package.json
* Update README.md
* Update package.json
* Add tsc for check-all as well
* Update README.md
* Update README.md
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2021-11-24 17:28:14 +00:00
Dan Abramov
bd727cfc88
Update README.md
2021-11-23 18:36:32 +00:00
Strek
17ad2cbc71
Fixes unwanted scrolls in mobile ( #4114 )
...
* added word break
* Update PageHeading.tsx
2021-11-18 21:17:15 +00:00
Strek
49a552c1c1
Fix prettier CI and add it to pre commit ( #4100 )
...
* Add prettier before commit and during CI
* Add workflow
* Reverse merge main to branch
* dry run prettier
* dry run prettier
* [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine
* Revert "[warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine"
This reverts commit 43dbe9ed3f .
* Revert "dry run prettier"
This reverts commit b62948042c .
* Revert "dry run prettier"
This reverts commit 382f9a4691 .
* Revert "Reverse merge main to branch"
This reverts commit 43667eaf29 .
* [warn] jsxBracketSameLine is deprecated so replaced it to bracketSameLine
2021-11-15 18:23:25 +00:00
Strek
ea086bd312
Fixing Eslint configuration ( #4087 )
...
* fix-collapsable-color
* Made Eslint work and added next's eslint config
* Add lint:fix to pre commit rule
* Reverts older anchor links
* Fixed review comments
* Replace with spaces like before
* Update DocsFooter.tsx
* Update arrow function
* Update CodeBlock.tsx
* Update MDXComponents.tsx
* Update SidebarLink.tsx
2021-11-15 15:33:15 +00:00