You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Sukka 69ca55b931
Fix usage of useDeferredValue (#4520)
3 years ago
..
accessibility.md 📄 Update links to the `@axe-core/react` package (#3925) 3 years ago
add-react-to-a-website.md React 18 (#4499) 3 years ago
addons-animation.md Update addons-animation.md (#3151) 4 years ago
addons-create-fragment.md reapply, correctly generating links 6 years ago
addons-perf.md Update the broken links in the Overview section (#3394) 4 years ago
addons-pure-render-mixin.md reapply, correctly generating links 6 years ago
addons-shallow-compare.md Update addons-shallow-compare.md (#1924) 6 years ago
addons-shallow-renderer.md React 18 (#4499) 3 years ago
addons-test-utils.md React 18 (#4499) 3 years ago
addons-two-way-binding-helpers.md reapply, correctly generating links 6 years ago
addons-update.md Merge branch 'master' into httpsify 6 years ago
addons.md reapply, correctly generating links 6 years ago
cdn-links.md Update more docs to 17 (#3345) 4 years ago
code-splitting.md React 18 (#4499) 3 years ago
codebase-overview.md Update outdated link (#3902) 3 years ago
components-and-props.md React 18 (#4499) 3 years ago
composition-vs-inheritance.md reapply, correctly generating links 6 years ago
conditional-rendering.md Update conditional-rendering.md to fix formatting (#4493) 3 years ago
context.md Increase clarity of Context documentation (#3527) 4 years ago
create-a-new-react-app.md Add proper link to Parcel recipe for React (#3999) 3 years ago
cross-origin-errors.md reapply, correctly generating links 6 years ago
design-principles.md Fix "master" to "main" renaming mistakes (#3770) 4 years ago
error-boundaries.md [Docs] Fix typo in `ErrorBoundary` docs (#3947) 3 years ago
error-decoder.md Removed un-used script tags in error-decoder.md 7 years ago
faq-ajax.md Update faq-ajax.md (#3363) 4 years ago
faq-build.md reapply, correctly generating links 6 years ago
faq-functions.md Remove event pooling and SyntheticEvent#persist from documents (#3207) 4 years ago
faq-internals.md reapply, correctly generating links 6 years ago
faq-state.md Fix broken Props vs State link (#3765) 4 years ago
faq-structure.md Fixing the infinitive (#3032) 5 years ago
faq-styling.md Add Framer Motion to animation FAQ (#4149) 3 years ago
faq-versioning.md Add React 17 release date to versioning policy (#3428) 4 years ago
forms.md React 18 (#4499) 3 years ago
forwarding-refs.md reapply, correctly generating links 6 years ago
fragments.md Remove prev/next links from the Advanced Guide (#3269) 4 years ago
getting-started.md Update docs and config to replace "master" with "main" branch 4 years ago
handling-events.md React 18 (#4499) 3 years ago
hello-world.md React 18 (#4499) 3 years ago
higher-order-components.md Fix "master" to "main" renaming mistakes (#3770) 4 years ago
hooks-custom.md unused React import for hooks example (#1979) 5 years ago
hooks-effect.md Added missing function bracket in hooks-effect.md (#2207) 5 years ago
hooks-faq.md React 18 (#4499) 3 years ago
hooks-intro.md mindshift -> mind shift (#3811) 3 years ago
hooks-overview.md Update hooks-overview.md (#3110) 4 years ago
hooks-reference.md Fix usage of useDeferredValue (#4520) 3 years ago
hooks-rules.md Clarify the definition of "inside conditions" (#3542) 4 years ago
hooks-state.md previous page link not linking to previous page, but to the second last. (#1959) 6 years ago
how-to-contribute.md updated egghead url (#4494) 3 years ago
implementation-notes.md React 18 (#4499) 3 years ago
integrating-with-other-libraries.md React 18 (#4499) 3 years ago
introducing-jsx.md React 18 (#4499) 3 years ago
jsx-in-depth.md fix: "…" spread syntax is not an "operator" but document saying that is an "operator" so it can make developers confused (#4209) 3 years ago
legacy-context.md Stop calling function components stateless (#1760) 6 years ago
legacy-event-pooling.md Update legacy-event-pooling.md (#3380) 4 years ago
lifting-state-up.md Update docs and config to replace "master" with "main" branch 4 years ago
lists-and-keys.md React 18 (#4499) 3 years ago
nav.yml React 18 (#4499) 3 years ago
optimizing-performance.md Fix typo in optimizing-performance (#3746) 4 years ago
portals.md React 18 (#4499) 3 years ago
react-without-es6.md React 18 (#4499) 3 years ago
react-without-jsx.md React 18 (#4499) 3 years ago
reconciliation.md remove componentWillMount/WillReceiveProps (#3475) 4 years ago
reference-dom-elements.md React 18 (#4499) 3 years ago
reference-events.md minor adjustments to the documentation (#3354) 4 years ago
reference-glossary.md React 18 (#4499) 3 years ago
reference-javascript-environment-requirements.md React 18 (#4499) 3 years ago
reference-profiler.md Fix wrong highlighted line numbers in nested Profiler example (#3218) 4 years ago
reference-pure-render-mixin.md Dynamically append path alias (aaa/bbb.html = aaa/bbb = aaa/bbb/) int… (#783) 7 years ago
reference-react-component.md `lifecycle` -> `lifecycle method` (#3650) 4 years ago
reference-react-dom-client.md React 18 (#4499) 3 years ago
reference-react-dom-server.md React 18 (#4499) 3 years ago
reference-react-dom.md React 18 (#4499) 3 years ago
reference-react.md React 18 (#4499) 3 years ago
reference-test-renderer.md fix test renderer's act() example (#2811) 5 years ago
refs-and-the-dom.md Remove prev/next links from the Advanced Guide (#3269) 4 years ago
release-channels.md Update docs and config to replace "master" with "main" branch 4 years ago
render-props.md Remove prev/next links from the Advanced Guide (#3269) 4 years ago
rendering-elements.md React 18 (#4499) 3 years ago
state-and-lifecycle.md React 18 (#4499) 3 years ago
static-type-checking.md Fix "master" to "main" renaming mistakes (#3770) 4 years ago
strict-mode.md React 18 (#4499) 3 years ago
testing-environments.md docs: add Playwright to testing environments page (#3929) 3 years ago
testing-recipes.md React 18 (#4499) 3 years ago
testing.md Minor grammar fix (#2881) 5 years ago
thinking-in-react.md React 18 (#4499) 3 years ago
typechecking-with-proptypes.md React 18 (#4499) 3 years ago
uncontrolled-components.md More explicit docs about uncontrolled forms. (#3382) 4 years ago
web-components.md React 18 (#4499) 3 years ago