-
Notifications
You must be signed in to change notification settings - Fork 114
Comparing changes
Open a pull request
base repository: reactjs/vi.react.dev
base: main
head repository: reactjs/vi.react.dev
compare: sync-e07ac94b
- 9 commits
- 50 files changed
- 3 contributors
Commits on Jul 21, 2025
-
Revert "Fix deadlinks (#7880)" (#7881)
Original commit changeset: d52b3ec Revert this so we can just fix the real deadlinks.
Configuration menu - View commit details
-
Copy full SHA for 8ad6c60 - Browse repository at this point
Copy the full SHA 8ad6c60View commit details -
Update deadlinks script to take into account redirects (#7882)
* Revert "Fix deadlinks (#7880)" Original commit changeset: d52b3ec Revert this so we can just fix the real deadlinks. * Update deadlinks script to take into account redirects Also check if a redirect exists before erroring.
Configuration menu - View commit details
-
Copy full SHA for 79eb0c5 - Browse repository at this point
Copy the full SHA 79eb0c5View commit details -
Fixes the actual broken links. ``` $ yarn deadlinks yarn run v1.22.22 $ node scripts/deadLinkChecker.js Checking 177 markdown files... Fetched 552 React error codes Loaded 49 redirects from vercel.json ✓ All 1554 links are valid! ✨ Done in 0.86s. ```
Configuration menu - View commit details
-
Copy full SHA for aa5448d - Browse repository at this point
Copy the full SHA aa5448dView commit details -
[compiler] Rewrite React Compiler Docs (#7868)
* Fix deadlinks take 2 Fixes the actual broken links. ``` $ yarn deadlinks yarn run v1.22.22 $ node scripts/deadLinkChecker.js Checking 177 markdown files... Fetched 552 React error codes Loaded 49 redirects from vercel.json ✓ All 1554 links are valid! ✨ Done in 0.86s. ``` * [compiler] Rewrite React Compiler Docs We've received [feedback](https://bsky.app/profile/danabra.mov/post/3lr46ciujjs2r) that the compiler docs are difficult to understand and not prominent enough that people don't realize the compiler is a serious project and is near stable. This PR rewrites the whole compiler doc section, giving it its own category as well as a standalone reference page. Preview: https://react-dev-git-pr7868-fbopensource.vercel.app/
Configuration menu - View commit details
-
Copy full SHA for b165e71 - Browse repository at this point
Copy the full SHA b165e71View commit details -
[compiler] Fix misleading code example (#7889)
When the compiler bails out on code, it leaves it untouched and unoptimized, so it's always safe for the compiler to bailout. `panicThreshold` in most cases should be kept as `'none'` unless you want to fail the build on these safe bailouts. It's really only useful during dev when you're working on increasing the coverage of the compiler on your codebase. I think having it shown here is confusing so I'm opting to just remove it for this particular code example.
Configuration menu - View commit details
-
Copy full SHA for d7160a8 - Browse repository at this point
Copy the full SHA d7160a8View commit details -
[compiler] Flesh out incremental adoption intro more (#7890)
Previously the intro was pretty barebones. Fleshed it out a bit more to describe why it might be useful to reach for in a large codebase.
Configuration menu - View commit details
-
Copy full SHA for b462664 - Browse repository at this point
Copy the full SHA b462664View commit details -
[compiler] Add note about gating evaluation (#7891)
* [compiler] Flesh out incremental adoption intro more Previously the intro was pretty barebones. Fleshed it out a bit more to describe why it might be useful to reach for in a large codebase. * [compiler] Add note about gating evaluation Clarify when the gating function is evaluated.
Configuration menu - View commit details
-
Copy full SHA for b6450e8 - Browse repository at this point
Copy the full SHA b6450e8View commit details
Commits on Jul 25, 2025
-
Remove non-existent meetup group (Edinburgh, Scotland) (#7895)
The Edinburgh meetup group no longer exists and I have been unable to find any other Scottish React groups
Configuration menu - View commit details
-
Copy full SHA for e07ac94 - Browse repository at this point
Copy the full SHA e07ac94View commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6491ad9 - Browse repository at this point
Copy the full SHA 6491ad9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...sync-e07ac94b