Lee Robinson
d522a5f4a9
Add Turborepo to custom toolchains for monorepos. ( #4705 )
2022-05-28 17:08:22 +05:30
Thomas Broadley
81d4f68092
docs: fix typos ( #4706 )
2022-05-28 17:05:44 +05:30
7527e
37ffccc29e
Fixed language error ( #4701 )
...
"them" word was missing
2022-05-27 15:08:13 +01:00
Danilo Woznica
2d374f8405
[beta] fix(eslint): messages severity ( #4702 )
...
* fix(eslint): messages severity
* .
2022-05-27 15:07:26 +01:00
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 >
2022-05-27 14:18:32 +01:00
dan
ee754727e2
[Beta] Fix editor re-renders on lint error ( #4699 )
2022-05-26 18:37:10 +01:00
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.
2022-05-26 16:05:33 +01:00
Sukka
e6dfdd34fe
[Beta] Drop next/dynamic usage ( #4695 )
2022-05-26 15:03:19 +01:00
Felix Leupold
53de0f721f
[Beta] Upgrade React Types & Fix resulting type issues ( #4694 )
...
* upgrade react types
* fix type errors after upgrade
2022-05-26 12:30:00 +01:00
dan
cec374fa01
[Beta] Remove styled-jsx ( #4690 )
2022-05-26 00:18:19 +01:00
dan
47eea56bcf
[Beta] Enable Selective Hydration in more places ( #4689 )
...
* [Beta] Enable Selective Hydration in more places
* Fix typo
2022-05-25 23:20:06 +01:00
dan
4708fe6fd2
[Beta] Slightly reduce bundle size ( #4688 )
2022-05-25 22:34:08 +01:00
Dan Abramov
e49a96f28c
Fix TS
2022-05-25 16:40:05 +01:00
dan
603c6c36af
[Beta] Fix lint re-running every second ( #4687 )
2022-05-25 16:07:35 +01:00
Dan Abramov
f1f545c729
[Beta] Lazy-load analytics
2022-05-24 04:59:15 +01:00
Dan Abramov
6e67dfbb98
Fix
2022-05-24 03:56:55 +01:00
Dan Abramov
663f975620
[Beta] Serve fonts from same domain
2022-05-24 03:51:41 +01:00
dan
26d7dfb25c
[Beta] Build for modern browsers ( #4682 )
2022-05-24 00:04:23 +01:00
dan
4e629996e4
[Beta] Update Next and React ( #4680 )
...
* [Beta] Update Next and React
* Fix types
2022-05-23 22:10:25 +01:00
dan
9cee632619
[Beta] Do not bundle built-in ESLint rules ( #4679 )
2022-05-23 19:28:36 +01:00
dan
2ece592999
[Beta] Load CodeMirror linter plugin lazily ( #4678 )
2022-05-23 18:57:51 +01:00
Dan Abramov
79d50e03c4
Fix lint
2022-05-23 17:34:02 +01:00
Danilo Woznica
64a2edea9d
fix(eslint): exclude parsing errors ( #4673 )
2022-05-23 17:29:15 +01:00
Danilo Woznica
1cf3c1b1a0
chore(sandpack): remove unused code ( #4674 )
2022-05-23 17:19:17 +01:00
dan
20ad0e8ca9
[Beta] Lazy-load linter code ( #4675 )
...
* [Beta] Lazy-load linter code
* Split utils into separate files
2022-05-23 17:14:21 +01:00
Strek
3aac8c5984
use proper code block ( #4671 )
2022-05-22 11:06:07 +05:30
dan
199e9ca2b3
[Beta] Fix error precedence ( #4666 )
2022-05-18 23:02:15 +01:00
Danilo Woznica
3ab1245314
[beta] Sandpack - new bundler ( #4458 )
...
* add new bundle for testing
* add timer
* update url
* update bundler version
* Remove temporary code
* Fix lint
* why?
* testing bundler url
* uncaught exception handling
* catch global errors on new bundler
* Try latest bundler
Co-authored-by: Dan Abramov <dan.abramov@gmail.com >
2022-05-18 22:34:28 +01:00
Dan Abramov
dbeeac8ab6
Fix patch
2022-05-18 18:56:46 +01:00
Danilo Woznica
fc88516abf
[Beta] Adds eslint integration on Sandpack ( #4665 )
...
* added sandpack linter and installed latest sandpacl
* integrate eslint into Sandpack
* Format the linting errors, disable preview on lint error, have only two react hooks
* fixes build
* split eslint-integration
* fix tooltip text color, error rename to 'Lint Error', show single lint error
* NIT
* Just enable it
* Delete eslint.md
Co-authored-by: Strek <ssharishkumar@gmail.com >
Co-authored-by: dan <dan.abramov@gmail.com >
2022-05-18 18:51:43 +01:00
Erik Rasmussen
6db368a9bc
Relegate Reactathon 2022 to the annals of history ( #4663 )
2022-05-17 14:06:25 +01:00
Piotr Pośpiech
951fae39f0
added meetup ( #4655 )
2022-05-12 22:02:37 +05:30
dan
5fae61d7b7
[Beta] Change index page wording
2022-05-09 13:24:05 +01:00
dan
26a870e1c6
[Beta] Replace SVGs with PNGs ( #4646 )
...
* [Beta] Replace SVGs with PNGs
* Fix up sizes
2022-05-08 21:01:58 +01:00
Dan Abramov
29e7bc9555
Fix import
2022-05-08 04:21:44 +01:00
dan
fca358333d
[Beta] Diagrams for Sharing State ( #4644 )
2022-05-07 23:56:08 +01:00
Strek
d8f92c1bfc
Fixes layout shift ( #4640 )
2022-05-07 19:29:37 +01:00
dan
d1f2a31321
[Beta] Remove unfinished sketches ( #4641 )
2022-05-07 19:17:21 +01:00
dan
ebca48c5bc
[Beta] Fix JSX diagrams ( #4639 )
2022-05-07 19:01:36 +01:00
Dan Abramov
e46b02f40b
Tweak captions
2022-05-07 18:41:49 +01:00
dan
70312ab780
[Beta] Delete dead code ( #4637 )
2022-05-07 17:55:18 +01:00
dan
468f158a7d
[Beta] Stylistic nits ( #4636 )
2022-05-07 17:19:02 +01:00
dan
dad1c0d667
[Beta] Edits for Installation ( #4635 )
2022-05-07 06:04:12 +01:00
dan
788986c14f
[Beta] Update sandboxes to use 18 ( #4634 )
2022-05-07 00:09:43 +01:00
Jie Peng
dfe5080e2b
fix(reference-react): typo ( #4631 )
...
Signed-off-by: Jie Peng <im@jiepeng.me >
2022-05-06 21:46:36 +01:00
Sathvik Shanmugam
e34f5145e9
Tutorial markdown changes for React18 ( #4630 )
...
* Changing the markdown - Initial commit
* Adding the missing instruction to copy the JS and CSS from starter code
* reverting the extra text added
2022-05-05 21:20:36 +05:30
Irakli Dautashvili
d27c1e4c6e
fix useref: small typo in the code snipped ( #4627 )
2022-05-05 08:59:41 +05:30
Sebastian Silbermann
3411c0d0c4
Explicitly list what methods are included in unmounting and remounting ( #4618 )
...
* Explicitly list what methods are included in unmounting and remounting
* Move up
2022-05-02 22:00:09 +02:00
Matías Aguilera
5f3a9756e0
Fix variable name to match example ( #4615 )
2022-05-01 18:09:33 +05:30
lxmarinkovic
09f8bcc4c5
RactGlobal-to-past-conferences ( #4609 )
2022-05-01 09:48:11 +05:30