Alex
77793be4ca
Update components-and-props.md
7 years ago
Alex
801a51fce2
Update capital-letter caveat
7 years ago
JobbyM
efc9fb02e0
missing a parenthesis ( #480 )
7 years ago
Dzung Nguyen
6e7c3ca53f
update words for react packages version
7 years ago
Brian Vaughn
82cf82486a
Wordsmithing
Replaced "a <input>" with "an <input>" in a couple of places.
Simplified wording slightly to (hopefully) be easier for non-native speakers to read.
7 years ago
shawn wang
e80abf73fd
add second Contributing to React video link ( #479 )
as suggested by @gearon to help inspire others https://twitter.com/dan_abramov/status/948156772455518208
7 years ago
Daniel Bird
cdecba10b3
Move examples of rendering elements from CodePen into ./examples
7 years ago
邪无神
49e79e3f08
fix( #460 ) 404 link of Relay's createContainer API in doc HOC ( #468 )
7 years ago
Satish Yadav
239fe8c11f
Link to "Add React to an Existing App" corrected. ( #465 )
Link to "Add React to an Existing App" corrected. It was pointing to "/docs/add-react-to-a-new-app.html".
7 years ago
Dan Abramov
2d85831231
Tweak links
- anchor link scrolls badly, link to the top instead
- add a line break
7 years ago
Dan Abramov
fbf52cc973
Add a note about using React not for SPAs ( #462 )
* Add a note about using React not for SPAs
* Reword and highlight
* Reword section about starter kits
* Update add-react-to-a-new-app.md
7 years ago
Dan Abramov
14acda1c92
Reword the note
7 years ago
Alex
7fafb9f916
Break out Installation into top-level doc section ( #452 )
* Break out Installation into top-level doc section
* Update navigation (prev/next, nav tree)
- Move Installation section to top
- Add next/prev to install pages
* add links to other install options from try react page
* fix markdown link
* Clarify that Quick Start and Install are optional "next steps"
* Add top-level CDN page
This is useful for Codepen and other Unpkg-y setups
* Add link to Tutorial from Try React
* Update CRA link in tutorial
* Make Try React subheader a proper sentence
* Add "minimal"
* Explain local dev setup is more work than Codepen etc
* Fix typos
* Add : between headings
* add note that CRA is not lightweight
* fix typo
* Update add-react-to-a-new-app.md
* Update add-react-to-a-new-app.md
* Remove the Bower note
* Update try-react.md
* Tweak wording
* Use direct link
7 years ago
Dzung Nguyen
9f08b33596
added incompatibilities note to installation.md
7 years ago
uberfabulous
dd604052fe
Clarify Component capital letter caveat example.
Added "...the capital 'W' in..." to help reader focus their attention on the capital 'W' within `Welcome` for minor clarity improvement.
7 years ago
Vishal Raj
33aa0f6b4b
gatsby remark embed snippet inclusion
7 years ago
Dzung Nguyen
5241518be8
update styles & wording
7 years ago
Vishal Raj
dd41d34c20
modification: gatsby-remark-code-plugin
7 years ago
Victor Hom
b71288c3ec
update a link
7 years ago
Ravshan Samandarov
1b80d3658e
Update introducing-jsx.md ( #443 )
7 years ago
David Nguyen
2c88f89ec4
added note about version between react-test-render using with react & react-dom
7 years ago
Almero Steyn
1410e6ddd0
a11y-doc: Add Fragments and expand Focus Control. ( #381 )
7 years ago
Szymon Nowicki
b646c386b8
Rolled back empty line removal.
7 years ago
Szymon Nowicki
74d974449c
Update `React.PureComponent` reference.
Rewording the `React.PureComponent` reference to make it more clear, that `React.Component` doesn't implement `.shouldComponentUpdate` at all.
7 years ago
Kirby Walls
b943f6c4c4
Change EssayForm label text to match example ( #428 )
7 years ago
Szymon Nowicki
04f46c4c5d
Update reference-react.md
Rolled back trailing whitespace.
7 years ago
Szymon Nowicki
ee1f416790
Update `React.PureComponent` reference.
Maybe I'm somehow weird, but I lived for some time with an idea that `React.Component` does implement `shouldComponentUpdate` with deep comparison. `React.PureComponent` is faster because it compares shallowly.
The changes I propose should avoid this "implicit" kind of way of thinking, since it would explicitly state that `React.Component` does not compare anything.
7 years ago
Iurii Kucherov
7d525d5c18
Update reference-glossary.md
Hi guys,
Here is a small fix for a typo.
Thanks
7 years ago
Dan Abramov
74de9934be
Avoid "tick" jargon in componentDidMount docs ( #415 )
7 years ago
Dan Abramov
a3e8023829
Add "Why JSX" ( #424 )
* Add "Why JSX"
* Update introducing-jsx.md
7 years ago
Dan Abramov
1ae5a006b4
Use <React.Fragment> over <> in the docs ( #414 )
* Use <React.Fragment> over <> in the docs
* Update fragments.md
7 years ago
Mark Samman
8ac52a6675
Remove allowTransparency from DOM attribute list ( #407 )
React no longer supports allowTransparency as of 4472442708
which has been published in a release.
7 years ago
Dan Abramov
0a3a82679e
Mention “slots” ( #404 )
7 years ago
Dan Abramov
074137229d
Document support for debugging tests
7 years ago
Clement Hoang
17953379b2
Address nits
7 years ago
Eduard Troshin
78218be2c7
Update static-type-checking.md
7 years ago
Clement Hoang
a18bde67b2
Update fragment docs
7 years ago
Clement Hoang
877b228698
Add fragments to navbar
7 years ago
Aamir Afridi
c6955212f3
Typo ( #390 )
7 years ago
Clement Hoang
c90276f151
Update top level API for fragments
7 years ago
Clement Hoang
938f8534f1
Add new fragment guide
7 years ago
Clement Hoang
a39cb5fe78
Add big redirect away from create-fragment page
7 years ago
Brian Vaughn
157501a48c
Split last sentence into its own paragraph
7 years ago
Brian Vaughn
97d4949954
Wordsmithing
7 years ago
Brian Vaughn
e28248ec89
Wordsmithing
7 years ago
MICHAEL JACKSON
d5477adf95
Fix some links
7 years ago
MICHAEL JACKSON
af78367ec3
Add "Caveats" section
7 years ago
MICHAEL JACKSON
4d285a70a7
Add doc about Render Props
7 years ago
Dan Abramov
07839cb6c4
Document suppressHydrationWarning ( #369 )
* Document suppressHydrationWarning
* Add it to the reference
7 years ago
Dan Abramov
f58c9a514e
Move the style note to be more prominent ( #370 )
* Move the style note to be more prominent
* Fix the link
* Simplify example
7 years ago