Commit Graph

22 Commits

Author SHA1 Message Date
Dan Abramov
9922b554e6 Ported real-world 2016-08-08 18:38:07 +01:00
Dan Abramov
644a86f01d Ported tree-view 2016-08-08 18:18:16 +01:00
Dan Abramov
8536e9a055 Rename examples => examples_old 2016-08-07 13:46:56 +01: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
Frank Showalter
5d74b3b39b add tree view example tests (for #1481) 2016-03-08 07:49:56 -05:00
Dan Abramov
be55659360 Remove NoErrorsPlugin from examples
We should only add it later when/if webpack-hot-middleware learns to display syntax error overlay over last successful bundle instead of just silently serving it.
2016-03-06 04:34:39 +00:00
Dan Abramov
0b9416bb8d Remove hacks to alias Redux to src folder in examples
We don’t actively develop the source anymore for this to be useful.
This only creates confusion and, additionally, breaks hot reloading because of BABEL_ENV conflicts with the root .babelrc.
2016-03-06 04:34:39 +00:00
Dan Abramov
c12e8af026 Update some example dev packages 2016-03-06 04:34:39 +00:00
just-boris
4a80c207d1 tree-view: simplify reducer function 2016-03-02 22:30:10 +03:00
Dan Abramov
24d9c4ddcd rackt -> reactjs (see #1392) 2016-02-12 18:02:16 +00:00
Dan Abramov
872f231483 Fix compilation in examples now that env is required in src/.babelrc 2016-02-07 22:19:59 +00:00
Dan Abramov
803e7fd241 Fix HMR for reducers now that we use Babel 6 2016-02-02 21:37:06 +00:00
Dan Abramov
305f9d2830 Bump redux and react-redux versions in examples 2016-02-02 13:41:52 +00:00
Dan Abramov
79b95f3511 Merge with master 2016-02-02 11:51:07 +00:00
Dan Abramov
aab135ffd6 babel-polyfill should be a dependency of examples that use it 2016-02-02 11:38:40 +00:00
Dan Abramov
bb06fb2e36 Change examples to use less dependencies 2016-02-02 03:33:27 +00:00
CrocoDillon
1b6488f0ca Remove node and add tests for tree-view example 2016-02-01 15:22:42 -05:00
Dan Abramov
7e8f250199 Bump deps 2016-01-29 02:44:48 +00:00
Dan Abramov
6d0ea6ce70 Bump linter packages 2016-01-29 01:48:50 +00:00
Dan Abramov
9650f04550 Bump example deps 2016-01-28 18:25:36 +00:00
Dan Abramov
5bb02d39eb Add tree view example 2016-01-25 04:49:32 +00:00