-
Notifications
You must be signed in to change notification settings - Fork 110
Create legacy docs branch #342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 641f20a.
* [beta] Show `AuthorCredit` on hover and focus * Move attribution to top * Styling and stuff Co-authored-by: Dan Lebowitz <dan.lebo@me.com> Co-authored-by: Mayank <9084735+mayank99@users.noreply.github.com> Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
* fix: broken link for render-and-commt * fix(beta): broken link to `/apis/react/memo`
* [beta] Fix typo on apis/react-dom/render * Update render.md Co-authored-by: dan <dan.abramov@gmail.com>
* cache babel assets * Update SandpackRoot.tsx * Update NavigationBar.tsx * Update SandpackRoot.tsx * Update 7 files * Update 6 files * Update 6 files * Update LoadingOverlay.tsx * Update Preview.tsx * Update LoadingOverlay.tsx * Update 4 files * Update beta/src/components/MDX/Sandpack/LoadingOverlay.tsx Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com> * Update sandpack.css * Update Preview.tsx and SandpackRoot.tsx * Update 3 files * Update ErrorMessage.tsx and Preview.tsx * Update Preview.tsx * Update SandpackRoot.tsx * Update Preview.tsx Co-authored-by: Shanmughapriyan S <priyanshan03@gmail.com>
* Update package.json and yarn.lock * Update package.json and yarn.lock * Update package.json and yarn.lock * Update package.json and yarn.lock
* fix #5212 * fix #5212 - conceptual error in useCallback reg memoization * remove unnecessary new line
* Update GitNation React conferences Update GitNation React conferences and links to video recordigns * update remote type
* Add browser platform detection script (mac/win) * Hide platform specific content with css * Display ctrl + k in search bar on non-mac platforms * Update the platform detection comment
The current value is broken, the header has the `.h-16` class name which equals to 4rem.
* Fix alternate lang tags * prettier * Scope down the change --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
# Conflicts: # README.md # content/blog/2013-06-02-jsfiddle-integration.md # content/blog/2013-06-05-why-react.md # content/blog/2013-06-21-react-v0-3-3.md # content/blog/2013-07-26-react-v0-4-1.md # content/blog/2013-10-29-react-v0-5-1.md # content/blog/2014-05-06-flux.md # content/blog/2014-07-30-flux-actions-and-the-dispatcher.md # content/blog/2019-02-23-is-react-translated-yet.md # content/blog/2020-12-21-data-fetching-with-react-server-components.md # content/community/conferences.md # content/community/courses.md # content/community/examples.md # content/community/meetups.md # content/community/podcasts.md # content/community/support.md # content/docs/accessibility.md # content/docs/add-react-to-a-website.md # content/docs/addons-pure-render-mixin.md # content/docs/addons-shallow-renderer.md # content/docs/addons-update.md # content/docs/cdn-links.md # content/docs/code-splitting.md # content/docs/components-and-props.md # content/docs/composition-vs-inheritance.md # content/docs/conditional-rendering.md # content/docs/context.md # content/docs/create-a-new-react-app.md # content/docs/error-boundaries.md # content/docs/faq-styling.md # content/docs/forms.md # content/docs/forwarding-refs.md # content/docs/fragments.md # content/docs/getting-started.md # content/docs/handling-events.md # content/docs/hello-world.md # content/docs/higher-order-components.md # content/docs/hooks-custom.md # content/docs/hooks-effect.md # content/docs/hooks-faq.md # content/docs/hooks-intro.md # content/docs/hooks-overview.md # content/docs/hooks-reference.md # content/docs/hooks-state.md # content/docs/implementation-notes.md # content/docs/integrating-with-other-libraries.md # content/docs/introducing-jsx.md # content/docs/jsx-in-depth.md # content/docs/lifting-state-up.md # content/docs/lists-and-keys.md # content/docs/optimizing-performance.md # content/docs/portals.md # content/docs/react-without-es6.md # content/docs/react-without-jsx.md # content/docs/reconciliation.md # content/docs/reference-dom-elements.md # content/docs/reference-events.md # content/docs/reference-javascript-environment-requirements.md # content/docs/reference-profiler.md # content/docs/reference-react-component.md # content/docs/reference-react.md # content/docs/refs-and-the-dom.md # content/docs/release-channels.md # content/docs/render-props.md # content/docs/rendering-elements.md # content/docs/state-and-lifecycle.md # content/docs/static-type-checking.md # content/docs/strict-mode.md # content/docs/testing-environments.md # content/docs/testing-recipes.md # content/docs/thinking-in-react.md # content/docs/typechecking-with-proptypes.md # content/docs/uncontrolled-components.md # content/docs/web-components.md # content/home/examples/a-simple-component.js # content/home/examples/a-stateful-component.js # content/tutorial/tutorial.md # content/warnings/invalid-aria-prop.md # content/warnings/unknown-prop.md # src/components/LayoutFooter/Footer.js # yarn.lock
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Creates a
legacy
branch and catches it up to main of https://github.com/reactjs/legacy.reactjs.org including the banners.See this comment for context.