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
Akul Srivastava
807fff2850
fix: correct beta docs link in readme ( #4779 )
3 years ago
Danilo Woznica
eca969cd1f
fix(sandpack): message listeners ( #4778 )
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
Thomas Broadley
81d4f68092
docs: fix typos ( #4706 )
3 years ago
7527e
37ffccc29e
Fixed language error ( #4701 )
"them" word was missing
3 years ago
Danilo Woznica
2d374f8405
[beta] fix(eslint): messages severity ( #4702 )
* fix(eslint): messages severity
* .
3 years ago
Yousef M. El-Gohary
9721c9d11d
Add loading indicator to sidebar links ( #4693 )
* add loading indicator to sidebar links
* fix clicking on same route whould show indicator
* maybe final?
* handle routeChangeError as well as cleaning up timeout
* clearing timeout before creating one instead of routeChangeError
* rm unused
* add license header
* Update usePendingRoute.ts
Co-authored-by: dan <dan.abramov@gmail.com>
3 years ago
dan
ee754727e2
[Beta] Fix editor re-renders on lint error ( #4699 )
3 years ago
Surjith S M
c209465d76
Change text "Click me" to somthing else ( #4697 )
The Text "Click me" in the button confuses first-time users because it forces them to actually click on the button in the live demo but it does nothing. By changing the text, we can control the user behavior as they don't expect anything on that click.
3 years ago
Sukka
e6dfdd34fe
[Beta] Drop next/dynamic usage ( #4695 )
3 years ago
Felix Leupold
53de0f721f
[Beta] Upgrade React Types & Fix resulting type issues ( #4694 )
* upgrade react types
* fix type errors after upgrade
3 years ago
dan
cec374fa01
[Beta] Remove styled-jsx ( #4690 )
3 years ago
dan
47eea56bcf
[Beta] Enable Selective Hydration in more places ( #4689 )
* [Beta] Enable Selective Hydration in more places
* Fix typo
3 years ago
dan
4708fe6fd2
[Beta] Slightly reduce bundle size ( #4688 )
3 years ago
Dan Abramov
e49a96f28c
Fix TS
3 years ago
dan
603c6c36af
[Beta] Fix lint re-running every second ( #4687 )
3 years ago
Dan Abramov
f1f545c729
[Beta] Lazy-load analytics
3 years ago
Dan Abramov
6e67dfbb98
Fix
3 years ago