just-boris
22d86fe70f
docs: add whitespace after if according code style
2016-03-04 22:09:10 +03:00
just-boris
0dd240eb60
docs: fix surrounding text after changes in #1477
2016-03-04 22:02:22 +03:00
Max Stoiber
d2d0824550
Merge pull request #1477 from just-boris/master
...
docs: replace slice calls to map
2016-03-04 18:56:19 +01:00
Max Stoiber
32e282b583
Merge pull request #1433 from arasmussen/master
...
Add Feedback.md to the documentation
2016-03-04 18:42:02 +01:00
just-boris
4f06bfda6e
docs: replace slice calls to map
2016-03-04 20:08:25 +03:00
Igor Santos
4ca239f19a
setState + shallow rendering are now working fine
...
Updating docs regarding React updates on Shallow Rendering: https://github.com/facebook/react/issues/4019#issuecomment-172470697
2016-03-01 02:29:42 -03:00
Frezc
d2715f669e
initialState is necessary in ruducer
2016-02-29 11:30:36 +08:00
Ike Peters
cc3cd559e0
fixed real world example links
2016-02-23 21:39:28 -08:00
Dan Abramov
2960824eab
Add an article on authentication
2016-02-23 21:18:46 +00:00
Dan Abramov
e643c68dd5
Add Inspector monitor
2016-02-23 16:51:01 +00:00
Andrew Rasmussen
30ea2132ec
+ Feedback.md
2016-02-22 11:44:58 -08:00
Dan Abramov
6870b826b6
Stop recommending redux-router
2016-02-22 14:05:09 +00:00
Dan Abramov
a3f3749a76
Update Ecosystem.md
2016-02-20 00:18:27 +00:00
Dan Abramov
100f61f50f
Update Ecosystem.md
2016-02-19 23:53:57 +00:00
Dan Abramov
59487e2384
Merge pull request #1408 from markerikson/add-react-redux-links
...
Add React-Redux Links to Ecosystem page
2016-02-19 23:52:10 +00:00
Dan Abramov
ed23804f94
Merge pull request #1411 from maxfarseer/patch-1
...
Update Ecosystem.md
2016-02-19 23:50:41 +00:00
Paul Kögel
6f7e08344f
docs/recipes/UsingObjectSpreadOperator: tenants != tenets :)
2016-02-19 23:57:31 +01:00
Ryan Grove
ab33531885
Fix typo: "read-spread" -> "rest-spread"
2016-02-19 11:34:13 -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
Dan Abramov
03c8c6b4ee
Fix typo related to #1425
2016-02-19 13:49:54 +00:00
Dan Abramov
381768fd7f
Merge pull request #1418 from nhjk/update_docs
...
Update package name in docs
2016-02-19 13:48:48 +00:00
Dan Abramov
6946bdf84d
Update WritingTests.md
2016-02-19 13:48:32 +00:00
Neil Kistner
7a2507ff92
Update Writing Tests documentation to Babel 6 package
2016-02-19 07:45:01 -06:00
Nikias Kalpaxis
67648e7eb3
Correct for PR comments
2016-02-18 11:39:11 -05:00
Daniel Cefram Ramirez
46028a584e
Update example for conditional applyMiddleware
...
The example of the tip for apply a middleware threw some errors to me. The reason is because an array was passed to applyMiddleware.
We should pass each elem of the array as an argument first to get it to work.
2016-02-18 16:12:05 +08:00
Nikias Kalpaxis
fe6129a293
Update package name in docs
2016-02-17 21:02:56 -05:00
João Moreno
ae9a966ef9
fix client side example
2016-02-17 23:29:37 +01:00
Dan Abramov
8167084d34
Merge pull request #1394 from tonyspiro/master
...
examples form onsubmit
2016-02-16 19:09:27 +00:00
Max P
0cd2244aa5
Update Ecosystem.md
2016-02-16 15:06:19 +03:00
Mark Erikson
a86b64ccec
Add React-Redux Links to Ecosystem page
2016-02-15 22:33:19 -05:00
Dan Abramov
abcf6c2fe7
Merge pull request #1399 from krawaller/patch-1
...
Clarify comment in compose.js
2016-02-15 21:10:24 +00:00
David Waller
76ff519912
made similar update to .md doc
2016-02-15 22:08:29 +01:00
Tony Spiro
563d7c208b
submit form ToDo examples and docs
2016-02-15 14:59:41 -06:00
git-in-my-anus
045cd9e248
Fix incorrect link to Babel preset
...
transform-object-rest-spread is no longer in stage-1
2016-02-15 21:02:38 +05:00
git-in-my-anus
5b1087048c
Fix broken link to Babel transform-object-rest-spread
2016-02-15 20:58:44 +05:00
Shergin Rodion
c408ac0879
Mistake in ComputingDerivedData docs
...
On line 70 probably was meant visibilityFilter
2016-02-15 13:39:12 +03:00
Dan Abramov
24d9c4ddcd
rackt -> reactjs (see #1392 )
2016-02-12 18:02:16 +00:00
benny856694
d4e0fb7b0c
Update ExampleTodoList.md
2016-02-11 21:40:48 +08:00
Sven Anders Robbestad
a23f5ec607
Update ServerRendering.md
2016-02-03 13:59:34 +01:00
Sven Anders Robbestad
a2235ec3d8
Update ServerRendering.md
...
Always use radix when using parseInt. Other options are Number or isNaN, or maybe even better, the ES6 specific Number.isNaN() - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN .
2016-02-03 13:17:07 +01:00
Dan Abramov
dbd3b486b8
Update ComputingDerivedData.md
2016-02-02 21:47:43 +00:00
Dan Abramov
e04c587109
Merge pull request #1295 from jakegardner/jg-computing-derived-data
...
Update ComputingDerivedData.md [WIP]
2016-02-02 21:39:43 +00:00
Dan Abramov
40810c075e
Update todos, todos-with-undos, and Undo recipe to match each other
2016-02-02 21:33:17 +00:00
Dan Abramov
3c2c1832d0
No need for linebreaks here
2016-02-02 20:55:36 +00:00
Dan Abramov
48bed5c2bc
Use default exports for reducers
2016-02-02 20:51:35 +00:00
Dan Abramov
a0ca73eed1
Merge branch 'master' into ___react-docs-update
2016-02-02 18:54:51 +00:00
Dan Abramov
24aade4731
Fix documentation around nested dispatches and add test to verify it
2016-01-31 21:31:12 +00:00
Dan
69f0bd463b
Update ExampleTodoList.md
...
Update todoStore to store.
2016-01-31 12:25:11 -05:00