Commit Graph

85 Commits

Author SHA1 Message Date
Tim Dorr
d18a977260 Switch out non-ASCII quotes for ASCII versions. (#1874) 2016-08-01 16:45:58 -04:00
Tim Dorr
a0cd5f2960 Remove redux-rx reference per #1848 2016-07-18 23:51:44 -04:00
Tim Dorr
babd7a7ab0 Mention redux-observable 2016-07-10 13:33:59 -04:00
Tim Dorr
7c290b3873 Cleanup next steps part. 2016-07-10 13:32:16 -04:00
Simon Friis Vindum
d3eeaa0ee2 Mention redux-saga (#1842)
Remove "for most common needs" because `fetch` replaces `XMLHttpRequest` in its entirety. Men redux-saga because it is worth mentioning.
2016-07-10 13:29:32 -04:00
David Livingston
b523aa4ae5 Issue 1743 (#1770)
* rename createStore param `initialState` to `preloadedState`

* rename configureStore param `initialState` to `preloadedState`

* rename `window.__INITIAL_STATE__` in examples and docs

rename window.__INITIAL_STATE__ to window.__PRELOADED_STATE__
2016-05-27 20:50:45 +01:00
Jory Graham
4aa1d45ab0 Change the wording around async failing
To make it read a little better.
2016-04-13 11:43:43 -04:00
Evgeny Samsonov
30540a90eb Fix docs, response instead of req in ExampleRedditAPI.md 2016-03-10 23:28:24 +03:00
Ike Peters
cc3cd559e0 fixed real world example links 2016-02-23 21:39:28 -08:00
Dan Abramov
9492f24e64 Move object spread docs around 2016-02-19 19:17:26 +00:00
Dan Abramov
0a8e046cdb Merge pull request #1358 from Aweary/object-spreadd
Add object spread documentation
2016-02-19 18:54:58 +00:00
Brandon Dail
f58bb2d249 Create ObjectSpreadOperator.md
Add Object Spread Operator link

Document object spread syntax

type fix

Make recommended changes

Remove accidental parens

Fix todoApp example

Minor fixes
2016-02-19 12:35:01 -06:00
Nikias Kalpaxis
67648e7eb3 Correct for PR comments 2016-02-18 11:39:11 -05:00
Nikias Kalpaxis
fe6129a293 Update package name in docs 2016-02-17 21:02:56 -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
Aaron Sullivan
d207253dd9 Fix typo in AsyncActions.md
...and only render after the Promise it returns, completes.
->
...and only render after the Promise it returns completes.
2015-12-04 12:00:44 -08: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
Manish Jethani
c4c69f3318 Use ES6 syntax in fetchPosts() 2015-11-30 12:12:29 +05:30
Thomas Reggi
9a668c83d3 indent switch 2015-11-25 15:32:05 -05:00
theotheo
d70852c669 Fix links: replace .html to .md 2015-11-25 10:59:17 +03:00
Jovey Zheng
c06436566b fix lint error for AsyncActions.md
Update AsyncActions.md
2015-11-19 11:35:46 +08:00
Cam Song
d25a40cbbc rename smart/dumb to presentational/container 2015-11-14 11:27:44 +08:00
brndn4
0295d0de2f broken link to Store.md#getState
removed extra newline causing the broken link
2015-11-03 15:49:59 -05: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
Dan Abramov
45a65ee45d Clarify the filenames 2015-10-20 00:44:16 +03:00
Jeremy Gayed
55a1a22967 Update AsyncActions.md
Fix typo
2015-10-16 14:48:10 -04:00
Brenton Simpson
b3b7f4c723 Docs: Wrap <code> to fit on 1280px wide screen.
Right now, it clips at "fra" in Chrome on a 1280px wide Pixel:

![](http://i.imgur.com/AFF8HAS.png)

This fixes that.
2015-10-15 19:48:20 -07:00
Daniel Bugl
460a4dc9d7 update ExampleRedditAPI.md to React 0.14 2015-10-15 18:46:17 +02:00
Dan Abramov
af381c18f2 Merge pull request #755 from camsong/patch-2
Update AsyncActions.md, fix code indentation
2015-09-19 18:16:56 +03:00
Cam Song
439fef54cc Update AsyncActions.md
fix indentation
2015-09-19 21:38:31 +08:00
Julen Ruiz Aizpuru
75f097bcec Docs: added a couple of missing definite articles 2015-09-19 11:11:59 +02:00
Dan Abramov
9992d56ed5 Minor doc fixes 2015-09-14 17:08:00 +03:00
Tim Dorr
6b3a7dc6c9 Merge pull request #706 from SpencerCDixon/update-docs-for-logging-middleware
Update redux-logger example in docs to use new syntax
2015-09-11 11:22:32 -04:00
Gareth Townsend
5ceb2e7285 Remove semi-colon from sample code 2015-09-11 19:17:07 +10:00
Spencer Dixon
ab984abb92 Update redux-logger example to use the new syntax and not have warning in console 2015-09-10 18:08:36 -04:00
Tim Dorr
1a07da35d3 Merge pull request #695 from theSmaw/master
Fix documentation link to AsyncActions from Middleware
2015-09-08 10:39:18 -04:00
Mike Chen
e8d24621e6 Clean up middleware docs
* Fixed reference to ordering of AsyncActions.md
* Fixed interval/timeout consistency in examples
2015-09-07 21:15:05 -07:00
theSmaw
5e3cf80c4e Fix documentation link to AsyncActions from Middleware 2015-09-07 16:27:24 +01:00
Dan Abramov
d8ad1ea168 Style tweaks 2015-09-04 00:05:51 +03:00
Dan Abramov
cc5975ab44 Merge 2015-09-03 23:33:29 +03:00
Kenneth
768a893d64 Docs: Fix description of middleware
Should be "the moment it reaches the reducer" instead of "the moment it
reaches the store". This matches the description of middlewares in the
Async Actions section.
2015-09-03 08:04:42 -07: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
Cody Lundquist
9272d3297c Docs: Tiny update to Async Action Creators example 2015-09-01 15:21:39 -07:00
daniele
16d8d67124 Async Actions docs: smaller changes #2 2015-08-28 20:24:33 +02:00
daniele
98239b64e4 Async Actions docs: smaller changes 2015-08-28 19:55:22 +02:00
daniele
7d5d4e6207 Async Actions docs: copy improvements 2015-08-27 22:55:38 +02:00