mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
961fe7310f
* Add guide on integrating with non-react code
* Capitalize guide title
* Make links to other docs relative
* Rephrase 'What it does do'
* Remove experimental syntax
* Capitalize Backbone
* Remove empty lifecycle method in generic jQuery example
* Use shouldComponentUpdate() not componentWillUpdate()
* Prefer single quotes
* Add cleanup to generic jQuery example
* Capitalize React
* Generalize the section on Backbone Views
* Generalize the section on Backbone Models, a little
* Add introduction
* Adjust wording
* Simplify ref callbacks
* Fix typo in generic jQuery example
* Fix typos in Backbone models in React components
* Fix more typos in Backbone models in React components
* Add generic section on integrating with other view libraries
* Stress the benefits of an unchanging React element
* Small changes to introduction
* Add missing semicolon
* Revise generic jQuery wrapper section
Moved the section on using empty elements to prevent conflicts above the
code example and added brief introduction to that example.
* Add usage example for Chosen wrapper
* Prevent Chosen wrapper from updating
* Note that sharing the DOM with plugins is not recommended
* Mention how React is used at Facebook
* Mention React event system in template rendering section
* Remove destructuring from function parameters
* Do not name React components Component
* Elaborate on unmountComponentAtNode()
* Mention preference for unidirectional data flow
* Rename backboneModelAdapter
* Replace rest syntax
* Respond to updated model in connectToBackboneModel
* Rewrite connectToBackboneModel example
* Rework connectToBackboneModel example
* Misc changes
* Misc changes
* Change wording
* Tweak some parts
(cherry picked from commit 1816d06d6b)
70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
- title: Quick Start
|
|
items:
|
|
- id: installation
|
|
title: Installation
|
|
- id: hello-world
|
|
title: Hello World
|
|
- id: introducing-jsx
|
|
title: Introducing JSX
|
|
- id: rendering-elements
|
|
title: Rendering Elements
|
|
- id: components-and-props
|
|
title: Components and Props
|
|
- id: state-and-lifecycle
|
|
title: State and Lifecycle
|
|
- id: handling-events
|
|
title: Handling Events
|
|
- id: conditional-rendering
|
|
title: Conditional Rendering
|
|
- id: lists-and-keys
|
|
title: Lists and Keys
|
|
- id: forms
|
|
title: Forms
|
|
- id: lifting-state-up
|
|
title: Lifting State Up
|
|
- id: composition-vs-inheritance
|
|
title: Composition vs Inheritance
|
|
- id: thinking-in-react
|
|
title: Thinking In React
|
|
- title: Advanced Guides
|
|
items:
|
|
- id: jsx-in-depth
|
|
title: JSX In Depth
|
|
- id: typechecking-with-proptypes
|
|
title: Typechecking With PropTypes
|
|
- id: refs-and-the-dom
|
|
title: Refs and the DOM
|
|
- id: uncontrolled-components
|
|
title: Uncontrolled Components
|
|
- id: optimizing-performance
|
|
title: Optimizing Performance
|
|
- id: react-without-es6
|
|
title: React Without ES6
|
|
- id: react-without-jsx
|
|
title: React Without JSX
|
|
- id: reconciliation
|
|
title: Reconciliation
|
|
- id: context
|
|
title: Context
|
|
- id: web-components
|
|
title: Web Components
|
|
- id: higher-order-components
|
|
title: Higher-Order Components
|
|
- id: integrating-with-other-libraries
|
|
title: Integrating with Other Libraries
|
|
- title: Reference
|
|
items:
|
|
- id: react-api
|
|
title: React
|
|
subitems:
|
|
- id: react-component
|
|
title: React.Component
|
|
- id: react-dom
|
|
title: ReactDOM
|
|
- id: react-dom-server
|
|
title: ReactDOMServer
|
|
- id: dom-elements
|
|
title: DOM Elements
|
|
- id: events
|
|
title: SyntheticEvent
|