15 Commits

Author SHA1 Message Date
Nikias Kalpaxis
67648e7eb3 Correct for PR comments 2016-02-18 11:39:11 -05:00
Dan Abramov
dc5fdb4ae6 Update docs to use the simplified enhancer application 2016-01-28 17:01:21 +00:00
Akhilesh Yarabarla
a9ce9a2eb0 Replaced the word 'reddit' with 'subreddit' where subreddit is the correct term. 2016-01-13 20:30:23 -06:00
just-boris
a7b676ec51 use https reddit endpoint
fixes #1209
2016-01-08 00:06:13 +03:00
Manish Jethani
7e38ce1dd0 Specify shape of post elements 2015-12-03 04:33:50 +05:30
Lee Bannard
461510764d Update ExampleRedditAPI.md
Change `req => req.json()` to `response => response.json` in `fetchPosts` to match implementation in AsyncActions.md
2015-11-30 13:38:25 +00:00
Thomas Reggi
9a668c83d3 indent switch 2015-11-25 15:32:05 -05:00
Cam Song
d25a40cbbc rename smart/dumb to presentational/container 2015-11-14 11:27:44 +08:00
Lee Bannard
a7df87c892 Fix lint errors for docs/advanced 2015-10-27 12:25:36 +00:00
stoikerty
9ae490501b add missing semicolon 2015-10-21 11:18:58 +01:00
Daniel Bugl
460a4dc9d7 update ExampleRedditAPI.md to React 0.14 2015-10-15 18:46:17 +02:00
Dan Abramov
9992d56ed5 Minor doc fixes 2015-09-14 17:08:00 +03:00
David Mininger
68a27d8c5f Docs: Minor tweaks to advanced/ExampleRedditAPI.md
Three changes:
1. Removed ```combineReducers``` from ```import``` statement under configureStore.js (combineReducers is not used there)

2. The file names listed on this page seem to indicate that reducers.js and actions.js are in the same directory, so I changed the relative path of the import statement in reducers.js to match this. (from ```"../actions"``` to ```"./actions"```).

3. Same issue as number 2 above: configureStore.js and reducers.js seem to be in the same directory, so I changed the relative path of the import statement in configureStore.js to match this (from ```"../reducers"``` to ```"./reducers"```).
2015-09-01 22:36:40 -05:00
Dan Abramov
8272831ea3 Update ExampleRedditAPI.md 2015-08-25 15:47:20 +03:00
Dan Abramov
4b7128996c Add some async docs 2015-08-13 21:06:29 +03:00