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
Sophie Alpert
59cb8abc77
Tweak link/code styles ( #435 )
- Tone down link background
- Tone down code background
- Shrink font -- I'd prefer 15px Menlo and 17px Consolas but we'll meet
in the middle at 16px where both look reasonable, unlike 17px Menlo
which was comically large.
![before-after](https://user-images.githubusercontent.com/6820/34066487-360cf57e-e1c4-11e7-891e-db5d4cd59b1d.gif )
7 years ago
Kirby Walls
b943f6c4c4
Change EssayForm label text to match example ( #428 )
7 years ago
Brian Vaughn
27293d63bf
Removed unhelpful build script warning
7 years ago
Brian Vaughn
4aaaa509c0
Merge pull request #434 from reactjs/post-tooling
Add a post about tooling
7 years ago
Brian Vaughn
0e39fe75ff
Added notes about release script
7 years ago
Dan Abramov
6b619a0925
typo
7 years ago
Dan Abramov
aafdbb85b7
Update 2017-12-15-improving-the-repository-infrastructure.md
7 years ago
Dan Abramov
3dd6a51ea4
Fix link
7 years ago
Dan Abramov
55c1f0ce68
Rephrase so it doesn’t imply we don’t minify React
7 years ago
Dan Abramov
b92d8a0bad
Use preferred name
7 years ago
Dan Abramov
6ea0f892b0
Use preferred name
7 years ago
Dan Abramov
4f44069190
Add a section on infinite loops
7 years ago
Dan Abramov
4f79c0b072
Add a section on tracking bundle size
7 years ago
Dan Abramov
795bce4e40
Add information about browser fixtures
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
Dan Abramov
05d30d9257
Add a blog post about tooling
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