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
Dan Abramov
856f4a18cd
Bump Gatsby ( #429 )
7 years ago
Brian Vaughn
22b72e8837
Merge pull request #427 from yuyokk/patch-1
Update reference-glossary.md
7 years ago
Brian Vaughn
decd69f998
Merge pull request #426 from mrkjlchvz/patch-2
Update examples.md
7 years ago
Iurii Kucherov
7d525d5c18
Update reference-glossary.md
Hi guys,
Here is a small fix for a typo.
Thanks
7 years ago
Mark
97a6e58620
Update examples.md
Added two additional react-powered projects.
7 years ago
Dan Abramov
74de9934be
Avoid "tick" jargon in componentDidMount docs ( #415 )
7 years ago
Antony Budianto
9a229fc1db
add CRA Universal ( #418 )
7 years ago
Nate Wang
49ed527ea0
Update tools-starter-kits.md ( #419 )
Added my own project Rekit to the list, wish it would be accepted!
7 years ago
Alex
4dcf8c13c0
Merge pull request #420 from dexteryy/patch-1
Add webcube to Starter Kits
7 years ago
Alex
517829fefb
tweak grammar
7 years ago
Alex
12e7904606
Merge pull request #423 from delambo/patch-1
Adds kyt to starter-kits
7 years ago
Alex
ad28375133
Merge pull request #421 from swernerx/patch-1
Update tools-starter-kits.md
7 years ago
Alex
44845dedfe
Merge pull request #422 from rouanw/fix_typo
fix typo in community/ui-components page heading
7 years ago
Dan Abramov
a3e8023829
Add "Why JSX" ( #424 )
* Add "Why JSX"
* Update introducing-jsx.md
7 years ago
Matthew DeLambo
a44d96d851
Adds kyt to starter-kits
7 years ago
Rouan Wilsenach
b8d9f86045
fix typo in community/ui-components page heading
7 years ago
Sebastian Werner
d48546696b
Update tools-starter-kits.md
Added Edge Platform
7 years ago
Dexter Yang
4b3599e28e
Add webcube to Starter Kits
7 years ago
Norbert de Langen
935353b0b9
Rename reactstorybook to storybook for react ( #417 )
and also update the link
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
Brian Vaughn
1964c37e75
Merge pull request #413 from fkhadra/update-tools-ui-components
Update content of tools-ui-components.md
7 years ago
Brian Vaughn
75262e9279
nit: alpha-sort
7 years ago
Brian Vaughn
9d385b6adc
Merge pull request #412 from notrab/patch-1
Add create-react-app-redux repo link
7 years ago
Fadi Khadra
4a89976311
Add react-toastify to ui components
7 years ago
Jamie Barton
e19ef07796
Add create-react-app-redux repo link
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
Inder Singh
a42adb28e2
Fixing typo parens -> Parentheses ( #406 )
7 years ago
Andrew Clark
3d6c10d893
Merge pull request #392 from clemmy/fragment-docs
Add Fragment Documentation
7 years ago
Dan Abramov
0a3a82679e
Mention “slots” ( #404 )
7 years ago
Andrew Clark
2e90c17128
Merge pull request #401 from acdlite/rfc-repo-blog-post
Blog post about new RFC process
7 years ago
Andrew Clark
f8e7fc6b0c
Passive -> active voice
7 years ago
Andrew Clark
867e8f1dc6
Reword sentence about contributing to different repos
7 years ago
Dan Abramov
074137229d
Document support for debugging tests
7 years ago
Clement Hoang
17953379b2
Address nits
7 years ago
Andrew Clark
4949bb0219
Clarify what it means when an RFC is accepted
7 years ago
Andrew Clark
a9df1c5e67
Blog post about new RFC process
7 years ago
Brian Vaughn
24acf2f8f2
Merge pull request #400 from Eazymov/patch-1
Update static-type-checking.md
7 years ago
Brian Vaughn
b95ac8d5fd
Merge pull request #399 from bogdanpetru/add-react-cosmos-tools
Add react-cosmos to Component Workbenches
7 years ago
Eduard Troshin
78218be2c7
Update static-type-checking.md
7 years ago
Bogdan Petru Pintican
ac683f4102
Add react-cosmos to Component Workbenches
7 years ago
Clement Hoang
a18bde67b2
Update fragment docs
7 years ago
Brian Vaughn
942e83ef39
Merge pull request #388 from frozzare/issue-376
Remove "use strict" from source files
7 years ago
Brian Vaughn
662ac139ab
Merge pull request #395 from aethant/add_egghead_beginners_guide_to_docs
Add egghead.io course to free courses
7 years ago
Brian Vaughn
d9e19cb898
Added "Egghead.io" prefix
7 years ago
Brian Vaughn
b41f6489ed
Merge pull request #397 from reactjs/update-gatsby-deps
Update Gatsby and co to fix routing bug on 404 pages
7 years ago
Brian Vaughn
77c65a76f0
Update Gatsby and co to fix routing bug on 404 pages
7 years ago
Alex
7504fb7b51
Remove UTM from URL
7 years ago
Alex
4045ed4f24
Add egghead.io course to free courses
7 years ago
Clement Hoang
877b228698
Add fragments to navbar
7 years ago