Commit Graph

30 Commits (248788a3354b3585a02fa583c8071991f599372a)

Author SHA1 Message Date
JiDarwish a4b3660e53 new way installation create-react-app using npx (#22220) 2018-11-18 18:58:39 -07:00
Rufaro Madamombe 458f4b112b Fix typo in heading (#26722)
Fixed a typo in the guide.
2018-11-15 11:43:08 +05:30
Peregrin Garet 7f4362c7a1 Added rendering info & reference links (#21554)
Added a section on how to use the root file to render your routes, mentioned the possibility of a separate routes file to keep things clear and readable, and added a few useful references to follow up on
2018-11-14 18:03:33 -07:00
odm275 59b55f7082 Added The "Functional Way" (#21397)
Fast and short description of the functional way. Linked to a great article under More Information that goes in more detail about it.
2018-11-14 06:54:34 -06:00
Sigurd Morsby eaca7dbcd7 Added info about destructuring the Blog component (#22981)
Added info about destructuring by using the Blog component as an example.

Also fixed a simple typo.
2018-11-12 07:50:05 +05:30
odm275 17233b2a66 Added a Caveat section with a case (#21299)
Added a Caveat sub-section, and covered the refs aren't passed through case with an example. There are still a couple of more caveats. And left a reference to forwarding refs docs.
2018-11-09 09:18:02 +00:00
Sevket Yalcin 1173ee166a Update CRA's installation command using npx (#21243) 2018-11-09 12:55:41 +05:30
Heather 87c9ff1ca4 Fixed spacing, added hyphen and comma (#21891) 2018-11-06 17:22:34 -05:00
Martin Jham 7530f3dbfc add folder react-hooks and add file index.md (#33123)
* add folder react-hooks and add file index.md 

introduction of react hooks

* Update index.md
2018-11-05 12:43:42 -05:00
Nick Huynh 09ee56274d Update index.md (#20979) 2018-11-04 19:22:27 +07:00
Vishesh da5cd22172 Added NavLink, Redirect and programmatic redirects (#20494)
* Added NavLink, Redirect and programmatic redirects

* Fix format and correct grammar
2018-11-03 14:09:21 +07:00
Hitvardhan Singh Solanki af9db2657b Pure component added to index of react component (#34141)
* Pure component

* SPG changes
2018-11-03 10:28:26 +05:30
Hitvardhan Singh Solanki d79e56288a Redux with react router (#34143) 2018-11-02 13:15:31 +05:30
Alexander King 929963809f Fixed grammatical errors (#33112) 2018-11-01 23:06:14 -04:00
fgkolf 10cbfd5415 updated falsy link with new ones (#24681) 2018-11-01 11:17:41 +05:30
haftav 3857f32c5b Grammar fix (#23530) 2018-10-30 23:27:18 +05:30
Tanish Grover fe7d5c53ea Added a section on create-react-app (#20332)
Added a quick react setup section which talks about create react app and links to its GitHub page.
2018-10-29 09:51:00 -05:00
Jonathan J. Watson 7b56a52b58 Add new line for numbers 1., 2., and 3. (#20387)
Easier reading, and better understanding through new lines and visual spacing.
2018-10-29 01:11:52 -04:00
Taylor 9afdd1235d Update index.md (#20292)
Fixed several spelling errors and run-on sentences.
2018-10-28 15:26:45 +07:00
Christopher McCormack 74375255f4 Multiple edits and example changes to React State guide (#26672)
* Multiple edits and example changes to React State article

* fix: added note as per docs
2018-10-27 23:00:44 +05:30
Anika Tabassum f18ad04bfe Update React component description (#20011) 2018-10-27 20:09:18 +07:00
Heather 3f695e4ebd Fixed typo: "date" to "data" (#21905) 2018-10-23 03:11:36 +05:30
Nathan Hannig af7d1bbc63 fix: move component to components, duplicate articles (#23862) 2018-10-21 10:30:12 -07:00
Nathan Hannig 148336e82b fix: update fragment article (#23961) 2018-10-21 10:29:42 -07:00
Sevket Yalcin 09189002c6 Fix typo on CRA's package name (#21219)
The create-react-app installation npm command has a typo: 
```npm install -g react-create-app```
Instead of 
```npm install -g create-react-app```
2018-10-20 22:56:54 +05:30
Anton Boyko 33a8da3bd7 Fixed naming issue (#21604) 2018-10-19 21:52:21 +01:00
Bouncey 6d511c558a fix(guide): Fix all frontmatter 2018-10-19 16:28:34 +01:00
Sevket Yalcin c07d1cef36 Fix typo on `componentWillReceiveProps` (#21255) 2018-10-19 18:21:06 +05:30
Cédric 25fd2b726a feat: add React-Context guide article in english (#19595)
* feat: add React-Context guide article in english

* fix: indentation and formatting
2018-10-17 18:06:25 +05:30
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30