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
05d30d9257
Add a blog post about tooling
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
517829fefb
tweak grammar
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
75262e9279
nit: alpha-sort
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
Dan Abramov
0a3a82679e
Mention “slots” ( #404 )
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
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
d9e19cb898
Added "Egghead.io" prefix
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
Dan Abramov
7e31899ed0
Add "recommended by React Team" section to starter kits ( #391 )
* Add "recommended by React Team" section to starter kits
* Tweak
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
ab588f5820
Wording tweak.
7 years ago
Sidhartha Chatterjee
2bdc003c12
Add ReactFoo Pune ( #384 )
7 years ago
Kenza Iraki
2ee3922bab
Added Montreal meetups to meetup list ( #383 )
I added the two existing Montreal React/React Native meetups in the list of worldwide meetups
7 years ago
Tomasz
2443c9dfa3
missing bracket in Keyed Fragments example
7 years ago
jonathan schatz
dcbfae5043
Update 2017-11-28-react-v16.2.0-fragment-support.md
fix typo in instructions, link to eslint issue.
7 years ago
Bernard Lin
c9e4a8f08c
Adding React Rally 2018 ( #377 )
Source: https://twitter.com/ReactRally/status/936269406539091968
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
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