Angelos Chalaris
56a0dca6fb
Update CDN links for React 18 ( #4528 )
3 years ago
Sam Chillcott
07e58b4b5f
Fix typo in optimizing-performance ( #3746 )
Remove spelling error from "recommended" to "recommend".
4 years ago
Yuxiang Yang
968f091595
update Optimizing Performance section ( #3605 ) ( #3623 )
Co-authored-by: Ethan Yang <yuxaing.yang@amh-group.com>
4 years ago
Dan Abramov
02d17e4217
Update more docs to 17 ( #3345 )
4 years ago
Chris Wilson
ec07e80be0
Remove prev/next links from the Advanced Guide ( #3269 )
4 years ago
Eduard Poracký
d16f1ee795
Add next and previous links to Advanced Guides ( #540 )
Co-authored-by: Eduard Poracký <eporacky@trionyx.sk>
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
4 years ago
Cory House
d58e9d0ed6
Update object spread syntax description ( #3036 )
Removed reference to it being experimental. Changed link to MDN. Mentioned version where it was added.
5 years ago
Ben Schwarz
dedacfbc53
Updated URL to react performance article ( #2670 )
5 years ago
Nicolas
4f57bfda38
Wrong link to Profiling components article ( #2552 )
Recommended article link, written by Ben Schwarz, returns a 404. Updated with correct link.
5 years ago
Gjum
f732f259ae
Add missing comma ( #2315 )
Fixes syntax error
5 years ago
Dan Abramov
68cedb300f
Deemphasize Immutable.js in docs ( #2253 )
5 years ago
Dan Abramov
af4db1d1bb
Remove "highlight updates" from docs
This feature isn't available in New DevTools (yet?)
5 years ago
Sibiraj
c024001caf
Update Production Optimization docs to use terser ( #2112 )
* Update Production Optimization docs to use terser
* Update Optimizing Performance.md
* Fix typo
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
6 years ago
Matthew
8e6343b5a6
Fix broken webpack production guide link in "Optimizing Performance" page. ( #2011 )
6 years ago
pavan
6faeeb809f
Adding immer in the list of immutable libraries ( #1839 )
* Adding immer in the list of immutable libraries
* Update optimizing-performance.md
6 years ago
Nat Alison
25df15b83e
reapply, correctly generating links
6 years ago
Nat Alison
dc1e5366e3
revert id adding
6 years ago
Nat Alison
3e49e971d0
add everything else again
6 years ago
Ben Schwarz
963a9d5003
Updated article link to the canonical source ( #1444 )
6 years ago
Noel Yoo
ee8716166e
Fix typo ( #1274 )
6 years ago
Brian Vaughn
cc5f9c8eb1
Added links to the Profiler deep-dive YouTube video
6 years ago
Michael McGahan
cf628304bb
Change name of setState updater first arg to 'state' ( #1155 )
6 years ago
Brian Vaughn
8e0fc589ab
Added react-window to 'Virtualize Long Lists' section
6 years ago
Alex Krolick
48cbb02dd2
make all redirect_from's arrays ( #1075 )
make Gatsby happy again
7 years ago
Dan Abramov
3e6aaebbd7
Add a note about disabling extensions when profiling ( #528 )
7 years ago
Sanjay Purswani
62113ec265
Document how highlight updates works in the optimizing performance pa… ( #387 )
* Document how highlight updates works in the optimizing performance page - closes #360
* Change example animated gif to not mention Redux
* Be more explicit about the theory and workflow around using Highlight Updates - closes #360
* improve grammar, correctly label link to #avoid-reconciliation
* Trim content to its essentials and move to a more relevant place in Avoid Reconciliation section - Closes #360
* Make requested changes to wording and host images internally
* Minor rewording
7 years ago
Dan Abramov
5efca01e9e
Mention virtualization in "Optimizing Performance" ( #357 )
* Mention virtualization in "Optimizing Performance"
* nits
* Oops
7 years ago
Dan Abramov
23e8b9f577
Update "optimizing performance" instructions for React 16 ( #356 )
7 years ago
Steven Syrek
eef2864238
Add missing "the" and fix comma
7 years ago
Alexey
1d4c82f9be
Fix webpack `DefinePlugin` usage example
7 years ago
Brian Vaughn
eb1994b0d2
Fixes to markdown content/paths
7 years ago
Brian Vaughn
93aa551f1a
Reorganized 'docs' folder
7 years ago
Ricky Reusser
11bd6395e1
Remove bundle-collapser browserify recommendation ( #11051 )
* Move bundle-collapser browserify plugin recommendation to a note.
* Remove bundle-collapser note entirely
7 years ago
Brian Vaughn
52b694eaae
Add new docs website ( #10896 )
Adds a new docs website, built with Gatsby JS, to replace the old Jekyll site. Source code for the new site lives in /www (although markdown and YML data still comes from the legacy /docs folder).
Changes to either markdown or website source code can be previewed on Netlify. The react-js bot should automatically add comments to each PR with preview links. (This preview is generated by running the newly-added yarn build:docs command in the root package.json.)
The majority of the changes in this PR are contained within the new /www directory. However some minor modifications have been made to existing content in the /docs directory:
* Modified frontmatter author block to always be an array
* Small markdown formatting tweaks
7 years ago
Dan Abramov
0e87a042a8
Fix React links on the website ( #10837 )
* Fix React links on the website
* Fix code editor
* Fix code editor, attempt 2
7 years ago
Nick Kasten
eaab6aff60
Updated Immutable Data Stuctures Docs ( #9845 )
* updated immutable data structures section
* improved immutable clarifications
* changes to example immutable code
8 years ago
Fernando Montoya
cde040d56c
Update webpack according to brand guidelines ( #9595 )
* Update webpack according to brand guidelines
* Change all ocurrences to webpack
8 years ago
Dave Lunny
143acd580f
"Timeline" => "Performance" ( #9602 )
As of Chrome 58, the Timeline tab is now called the Performance tab, this updates the "Optimizing Performance > Profiling Components with Chrome Performance" section of the docs to reflect that.
8 years ago
Dan Abramov
9215b72a4a
Fix horizontal scrolling in docs ( #9613 )
8 years ago
Dan Abramov
b0096e9727
Fix mobile layout
8 years ago
Dan Abramov
5d1afefed6
Fix a typo
8 years ago
Dan Abramov
4fb526e399
Add more info about building for production ( #9592 )
* Add more info about building for production
* Add more info to the docs
8 years ago
CodinCat
36fadf5b8b
Use single quotes, remove extra whitespace ( #9215 )
8 years ago
Dan Abramov
dc6e319598
Reorder sections in alphabetical order ( #9143 )
* Reorder sections in alphabetical order
* Reorder here too
8 years ago
Dima Beznos
59b0cd40f7
Added Brunch build tool to the docs ( #9074 )
* Added Brunch build tool to the docs
* Improved grammar
* product build -> production build
8 years ago
EugeneGarbuzov
3aa1d52f96
Corrected a typo. ( #8837 )
shoud -> should
8 years ago
Rich Harris
a0038f80df
add docs for building with Rollup ( #8799 )
* add docs for building with Rollup
* Tiny unrelated fix
8 years ago
Whien
6f0e389108
move blog post [Profiling Components with Chrome Timeline] into docs article ( #8680 )
* move blog post into docs article
* move to second section and changed description
* Minor tweak
8 years ago
lucas
ab12949031
Add return to render
8 years ago
Oskari Mantere
97a1b89a94
Replace vars with let and const ( #8051 )
8 years ago