Skip to content
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

Add guide on integrating with non-react code #9316

Merged
merged 42 commits into from Apr 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
675c0bb
Add guide on integrating with non-react code
wacii Apr 2, 2017
995b2ba
Capitalize guide title
wacii Apr 2, 2017
ec88f4b
Make links to other docs relative
wacii Apr 2, 2017
687edf3
Rephrase 'What it does do'
wacii Apr 2, 2017
9f2c2c7
Remove experimental syntax
wacii Apr 2, 2017
a3a1934
Capitalize Backbone
wacii Apr 2, 2017
236deef
Remove empty lifecycle method in generic jQuery example
wacii Apr 2, 2017
aee0690
Use shouldComponentUpdate() not componentWillUpdate()
wacii Apr 2, 2017
ba315b2
Prefer single quotes
wacii Apr 2, 2017
73f58b2
Add cleanup to generic jQuery example
wacii Apr 2, 2017
b0047ae
Capitalize React
wacii Apr 2, 2017
1077a1c
Generalize the section on Backbone Views
wacii Apr 3, 2017
8397119
Generalize the section on Backbone Models, a little
wacii Apr 3, 2017
5c2f363
Add introduction
wacii Apr 3, 2017
2c778e7
Adjust wording
wacii Apr 3, 2017
933fd5d
Simplify ref callbacks
wacii Apr 3, 2017
8f7e2bb
Fix typo in generic jQuery example
wacii Apr 3, 2017
2fb9b30
Fix typos in Backbone models in React components
wacii Apr 3, 2017
541002a
Fix more typos in Backbone models in React components
wacii Apr 3, 2017
00bb018
Add generic section on integrating with other view libraries
wacii Apr 3, 2017
e9bd247
Stress the benefits of an unchanging React element
wacii Apr 3, 2017
7811e88
Small changes to introduction
wacii Apr 4, 2017
cc92dc6
Add missing semicolon
wacii Apr 11, 2017
ac2134a
Revise generic jQuery wrapper section
wacii Apr 12, 2017
d52245f
Add usage example for Chosen wrapper
wacii Apr 12, 2017
931b051
Prevent Chosen wrapper from updating
wacii Apr 19, 2017
4acd3fd
Note that sharing the DOM with plugins is not recommended
wacii Apr 19, 2017
76f42e5
Mention how React is used at Facebook
wacii Apr 19, 2017
f1758eb
Mention React event system in template rendering section
wacii Apr 19, 2017
f0a4e02
Remove destructuring from function parameters
wacii Apr 19, 2017
6f6a9d2
Do not name React components Component
wacii Apr 19, 2017
4bf0523
Elaborate on unmountComponentAtNode()
wacii Apr 19, 2017
ccb18fc
Mention preference for unidirectional data flow
wacii Apr 19, 2017
8967b35
Rename backboneModelAdapter
wacii Apr 19, 2017
74a6463
Replace rest syntax
wacii Apr 19, 2017
d9bc886
Respond to updated model in connectToBackboneModel
wacii Apr 19, 2017
e502df1
Rewrite connectToBackboneModel example
wacii Apr 19, 2017
75b0abd
Rework connectToBackboneModel example
wacii Apr 20, 2017
38dd65c
Misc changes
wacii Apr 20, 2017
9d2354e
Misc changes
wacii Apr 21, 2017
8a643b3
Change wording
wacii Apr 21, 2017
92a1c37
Tweak some parts
gaearon Apr 26, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/_data/nav_docs.yml
Expand Up @@ -50,6 +50,8 @@
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
Expand Down