Commit Graph

31 Commits

Author SHA1 Message Date
Dan Abramov
c1d4960a2a Remove shallow renderer from website navigation (#2785)
We still support it (and you can find this page in search), but we're transitioning away to community maintenance.
So we're deemphasizing it on the website.
2020-02-27 18:19:33 +00:00
Dan Abramov
9932845b39 Concurrent Mode Documentation (#2461) 2019-10-24 08:55:49 -07:00
Andrew Clark
e560f8ae22 Blog post announcing prerelease channels (#2455) 2019-10-22 12:03:19 -07:00
Sunil Pai
8be8bf9d2f Testing Docs (#2165)
* Testing Docs

This expands the testing docs for reactjs.org. It adds 3 main docs -

- testing.md: An entry point to the testing docs
- testing-recipes.md: Common patterns when writing tests for React Components.
- testing-environments.md: Setting up your testing environment.

With help from @alexkrolick, @kentcdodds, @gaearon
2019-08-08 22:43:59 +01:00
Brian Vaughn
129df30d2c Profiler API docs (#2176)
* First pass at Profiler API docs
2019-08-08 14:17:59 -07:00
Dan Abramov
6bd4173a4e Revert "Update nav"
This reverts commit 482ba66ba6.
2019-02-13 14:08:01 +00:00
Dan Abramov
482ba66ba6 Update nav 2019-02-13 14:07:47 +00:00
Dan Abramov
08b6e4b876 Update docs for stable Hooks 2019-01-24 18:07:22 +00:00
Jamie
0c6a26ff9e Hooks proposal has been accepted (#1485) 2018-12-12 12:57:15 -08:00
Sophie Alpert
cd6950a718 Add information about versioning policy (#1403) 2018-11-16 17:07:48 -08:00
Dan Abramov
6b1fd7d984 Custom Hooks => Building Your Own Hooks (#1364) 2018-11-02 17:32:01 +00:00
Sophie Alpert
d0d1fed2d0 Add documentation for Hooks proposal
Co-Authored-By: Dan Abramov <dan.abramov@gmail.com>
Co-Authored-By: Sophie Alpert <git@sophiebits.com>
2018-10-25 07:09:38 -07:00
Dan Abramov
623523131e Rewrite Installation and related docs (#996)
* Rewrite "adding React to existing app"

Fixes #988

* Some copy

* typo

* Update babel instructions

* Update umd link

* Add prod minification section

* Show "button" example in several targets

* wip

* More

* More

* tweak

* yas

* Multi root tip

* moaar

* alot

* Tweak links

* Explain better

* better lead

* tweaks

* tweaks

* wording

* More reassuring tone

* Grammar

* wording

* feedback from readers

* Use id, not class

* More nits

* Re-add a useful section
2018-06-26 01:24:56 +01:00
Dan Abramov
17c50df9d9 Explicitly order Main Concepts (#957) 2018-06-11 02:50:28 +01:00
Dan Abramov
853f3d1945 Quick Start -> Main Concepts (#956) 2018-06-11 02:37:00 +01:00
Dan Abramov
d430480318 Reorder advanced guides by alphabet
I think this way it's clearer they're unordered, thus making it clearer Quick Start *is* ordered.
2018-06-11 02:22:51 +01:00
Sophie Alpert
3e87993047 Move static type checking above PropTypes 2018-05-29 09:47:37 -07:00
Dan Abramov
2ead10e6a3 Update nav 2018-03-19 19:50:04 +00:00
Brian Vaughn
fe033f675d Added StrictMode to docs sidenav 2018-03-16 16:24:22 -07:00
Brian Vaughn
201fcadfa7 Added React.forwardRef to API and docs 2018-03-16 09:30:07 -07:00
Michael Jackson
6efa02d16c Merge pull request #355 from mjackson/render-props
Add doc about Render Props
2018-01-12 10:15:42 -08:00
James Kyle
615c660245 Init Code-Splitting docs (#348)
* Init Code-Splitting docs

* Fix <Route path="/"> to use exact

* Fix code splitting typos

* Fix note formatting on the website

* Minor tweaks

De-emphasize webpack, mention Next and Gatsby
2018-01-04 21:09:29 +00:00
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
2017-12-23 15:37:23 +00:00
Clement Hoang
877b228698 Add fragments to navbar 2017-12-02 13:36:55 -08:00
MICHAEL JACKSON
4d285a70a7 Add doc about Render Props 2017-11-29 12:06:14 -08:00
Alex Krolick
e9b132a280 Add FAQ pages 2017-11-12 19:25:43 -08:00
ishank
d93263393a added static typechecking guide 2017-10-20 17:50:33 +05:30
Sophia Shoemaker
37feb36a06 adding glossary content 2017-10-12 16:02:08 -07:00
Krzysztof Borowy
1394c0e439 Added error boundaries docs 2017-10-06 21:45:20 +02:00
Brian Vaughn
eb1994b0d2 Fixes to markdown content/paths 2017-10-04 15:00:37 -07:00
Brian Vaughn
93aa551f1a Reorganized 'docs' folder 2017-10-04 14:48:45 -07:00