Commit Graph

2025 Commits

Author SHA1 Message Date
Can Ibanoglu
5c59d104b1 Shopping cart example updates (#1896)
* Converted all stateless components to arrow functions. Converted all functions to arrow functions

* PropTypes enhancements in components Cart and Product
2016-08-15 21:21:43 -04:00
Max
f7b522086c Modernize counter example setup 2016-06-14 18:28:16 +02:00
Dan Abramov
73875040d1 Modernize async example setup 2016-06-12 02:25:43 +01:00
Dan Abramov
0a5ea4828f Start updating async example (wip) 2016-06-12 01:21:21 +01:00
Dan Abramov
6cc5f17ee4 Merge pull request #1403 from xulien/master
Replace universal example with async-with-routing and async-universal
2016-06-11 22:15:51 +01:00
Lee Bannard
b04e7e4ea7 Remove rackt style paragraph from CONTRIBUTING.md 2016-06-09 22:38:51 +01:00
Lee Bannard
017446f700 Merge pull request #1782 from jugend/fix-todomvc-spec
Fix duplicate statement in todomv test spec
2016-06-09 22:27:33 +01:00
Lee Bannard
c201ae0726 Remove reference to aliases in CONTRIBUTING.md 2016-06-09 20:56:55 +01:00
Mark Erikson
ad33fa7314 Merge pull request #1791 from zhe/patch-2
update links
2016-06-05 11:24:57 -04:00
Zhe Zhang
24049cb9d3 update links 2016-06-05 23:06:38 +08:00
Herryanto Siatono
3fb712d1f0 Fix duplicate statement in todomvc test spec 2016-05-31 00:46:36 +08:00
Dan Abramov
61856f0bf3 Update ISSUE_TEMPLATE.md 2016-05-29 23:07:20 +01:00
Mark Erikson
281ccea120 Merge pull request #1780 from markerikson/add-issue-template
Add an initial issue template based on React's template
2016-05-29 18:01:45 -04:00
Mark Erikson
182604f690 Add an initial issue template based on React's template
Fixes #1775
2016-05-29 13:41:36 -04:00
akai
325a937589 Fix typo: OccurenceOrderPlugin -> OccurrenceOrderPlugin (#1778) 2016-05-28 17:57:55 +01: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
Sam Umbach
c90684f53a Fix minor typo in Reducing Boilerplate (#1777) 2016-05-27 20:50:14 +01:00
Sam Umbach
f1fa7ed849 Fix minor typo in documentation (#1776) 2016-05-27 20:50:00 +01:00
Dan Abramov
a42902930f Link to Redux Framework to disambiguate 2016-05-27 19:55:15 +01:00
Dan Abramov
129b1f6b7b Update Ecosystem.md 2016-05-27 00:41:46 +01:00
Wes Bos
848520f90b Added Learn Redux to screencasts (#1765)
Hope you are willing to have this listed - I've got lots of great feedback from people who have taken it!
2016-05-23 22:20:39 +01:00
Evgeny Samsonov
dcaa0c626f Docs: remove semicolons according code style (#1763) 2016-05-23 18:22:55 +01:00
Jon Surrell
2ec2b1a239 Update api.js normalizr URL (#1762)
The normalizr lib has moved to a different location. Update the URL in comments to point to the new repo.
2016-05-23 12:47:44 +01:00
Jack Moore
3c900de44f Use Redux logo as favicon on GitBook docs (#1761) 2016-05-23 11:44:55 +01:00
Dan Abramov
9ac2f23fac Add an article about Redux Saga 2016-05-23 02:47:39 +01:00
Herman J. Radtke III
0562ee4319 Correct PATRONS.md entry (#1746)
I, Herman, setup up patreon account as an employee of HauteLook. The company should receive the credit for funding the project.
2016-05-19 13:26:56 +01:00
Tim Dorr
eeaa4cf771 Merge pull request #1731 from spmiller/patch-1
Add extra required babel configuration step
2016-05-16 23:10:55 -04:00
spmiller
62fc713ba9 Add extra required babel configuration step
I had to add a .babelrc change to get the default examples to work, as described here:
http://jamesknelson.com/testing-in-es6-with-mocha-and-babel-6/
2016-05-16 10:29:53 +12:00
Dan Abramov
99118402ca Add redux-optimistic-ui 2016-05-15 12:24:42 +01:00
Dan Abramov
8f8551769a Add redux-action-tree 2016-05-14 21:45:51 +01:00
Simen Bekkhus
ca977c61de Check ES3 syntax compatibility (#1720)
* Add check for ES3 syntax compatibility

* Remove uglify optimization that undos ES3 compatibility
2016-05-13 17:06:23 +01:00
Jiayi Hu
afffc26dc3 Add expect to devDependencies to run tests (#1721)
`expect` package is missing from devDependencies and it's required to run tests in this example.
2016-05-13 14:01:40 +01:00
Dan Abramov
b024e3f66c Add a few middlewares 2016-05-13 13:44:20 +01:00
Dylan Companjen
f55323d24b Update to reflect the code from the examples overview (#1717) 2016-05-11 20:02:17 +01:00
Enguerran
ef4387126a May we speak about React Native instead of React (#1704)
I think React is in our head stamped with ReactDOM.
So it may be clearer to specifiate React Native, even if there is no difference between using Redux within React nor React Native.

What do you think?
2016-05-10 22:28:46 +01:00
Dan Abramov
b3f1c16992 Refactor selector colocation for better readability 2016-05-10 18:50:06 +01:00
Dan Abramov
63d7e27172 Use a different convention for colocating reducers with selectors 2016-05-10 18:44:57 +01:00
Christian Fleschhut
9f03794d2f Optimize Redux logo SVG code (#1708)
* Remove redundant empty layers (groups) from SVG logo

* Optimize redux SVG logo code w/ SVGO
2016-05-09 22:45:30 +01:00
Julien Fontanet
050d425173 feat(compose): optimize one function case (#1701)
* feat(compose): optimize one function case

* style(compose): do not use a variable for funcs.length

* test(compose): add test for a single param
2016-05-08 12:45:00 +01:00
Mark Erikson
33ffe50ebe Merge pull request #1694 from TomyJaya/patch-1
Update WritingTests.md
2016-05-04 14:17:56 -04:00
Tomy Jaya
ce6e2d6cca Update WritingTests.md
Just fixed a sentence error.
2016-05-04 13:46:37 +08:00
Peter Jang
42c6ed7766 Change doc examples to use TOGGLE_TODO action consistently (#1690) 2016-05-03 16:29:05 +01:00
Will White
b8f36625e9 use subscribe to persist to localStorage (#1620)
* use subscribe to persist to localStorage

more discoverable than https://github.com/reactjs/redux/pull/1608

* Clearer wording
2016-05-03 13:22:06 +01:00
Dan Abramov
0063fb28ff Add redial to Ecosystem (#1689) 2016-05-03 01:52:56 +01:00
C. T. Lin
0e80e7a614 Close #1687, Replace es3ify with Babel ES3 transforms (#1688) 2016-05-02 15:30:26 +01:00
Gabin Aureche
e64573ecf9 Fix real world to be case insensitive (#1685) 2016-05-01 20:15:18 +01:00
C. T. Lin
004b7804a4 Also test node v6 on travis 2016-04-27 12:39:50 +01:00
Dan Abramov
52fb47391f Fix Gitbook title 2016-04-26 18:12:46 +01:00
Dan Abramov
4937f2ce0e Add Redux Logo (#1671)
Designed by Matthew Johnston
Closes #151
2016-04-26 17:23:41 +01:00
Andrew Clark
55f19b68e9 Merge pull request #1665 from joshburgess/patch-1
Use object literal property value shorthand consistently
2016-04-25 16:05:49 -07:00