Commit Graph

110 Commits

Author SHA1 Message Date
Dan Abramov
15f805e7af Add missing dep 2016-08-08 23:46:40 +01:00
Dan Abramov
e25b5ef56b Port some tests over 2016-08-08 15:14:06 +01:00
Dan Abramov
5cdcd6c1eb Port todos-with-undo example 2016-08-07 15:08:19 +01:00
Dan Abramov
75c44157e2 Port async example 2016-08-07 14:30:49 +01:00
Dan Abramov
4c07f13398 Port counter and counter-vanilla 2016-08-07 14:01:01 +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
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
Frank Showalter
17ed9185e6 use enzyme in tests (resolves #1481) 2016-03-05 20:55:07 -05: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
Nelson Chen
b239e9bc72 Update counter's "Increment if odd" to increment on negative odd numbers too. 2016-02-02 17:10:55 -08:00
Dan Jensen
d7b54ee34a Add simplified "todos" example 2016-02-02 21:33:16 +00:00
Dan Abramov
305f9d2830 Bump redux and react-redux versions in examples 2016-02-02 13:41:52 +00:00
Dan Abramov
bb06fb2e36 Change examples to use less dependencies 2016-02-02 03:33:27 +00:00
Dan Abramov
a838fb4ae6 Fix conflicts and add explicit plugin config 2016-02-02 01:56:59 +00:00
Michael Kidder
f8381bc929 use cross-env; npm script support 2016-01-29 15:32:15 -06:00
Dan Abramov
7e8f250199 Bump deps 2016-01-29 02:44:48 +00:00
Dan Abramov
9650f04550 Bump example deps 2016-01-28 18:25:36 +00:00
Dan Abramov
5286c9cd2d Simplify counter example 2016-01-27 02:45:00 +00:00
Dan Abramov
dedc53925e Bump example dependencies 2016-01-25 02:26:29 +00:00
Pavel Zagoskin
e3fcdcee24 upgrade to babel6 2015-12-20 14:56:09 -08:00
Dan Abramov
24daaab047 Revert "Make gh-pages examples runnable" 2015-11-27 18:44:55 +00:00
Moshe Kolodny
348175696c build examples in gh-pages
this commit will build the example repos when possible (not universal) to be compatible with the gh-pages
and link to them in the header of each example in the "Examples" section of the gitbook
2015-11-26 22:23:22 -05:00
Lee Bannard
257dd5ca7f Merge branch 'master' into rackt-eslint-config 2015-10-29 21:07:23 +00:00
Harry
31047c7007 Wrap express require in parentheses. 2015-10-29 16:17:41 -04:00
Lee Bannard
deafee981c Fix lint errors in examples/counter 2015-10-27 07:26:54 +00:00
Jimmy Jia
f0bff09114 Update ESLint configuration 2015-10-25 17:41:24 -04:00
Dan Abramov
cf0f91a16a Update counter example to React 0.14 2015-10-15 18:59:29 +03:00
Dan Abramov
e6715a1271 Fix spacing 2015-10-15 18:43:06 +03:00
Dan Abramov
7f5199e016 Instead of patching ExecutionEnvironment, use --require mocha option 2015-10-15 18:15:48 +03:00
Dan Abramov
978d663c9e Fix lint issues 2015-10-10 14:10:53 +03:00
Dan Abramov
a693d55180 Suggest to use applyMiddleware() for testing async action creators 2015-10-10 14:03:44 +03:00
Bonnie DiPasquale
5020ac5bf6 Update babel-plugin-react-transform to 1.1.0
Update babel-plugin-react-transform in package.json
to install ^1.1.0 to support new format in babel config
2015-10-05 13:56:07 -04:00
Bonnie DiPasquale
5087762258 Update babel config for new transform format
Update the babel-plugin-react-transform config format to the new,
non-deprecated format from upstream. (v1.1.0+)
2015-10-05 11:29:17 -04:00
Tim Dorr
9d992a91f2 Remove some useless boilerplate. 2015-09-20 21:05:30 -04:00
Tim Dorr
c36a8288db Update async and counter examples to webpack-hot-middleware. 2015-09-20 20:28:10 -04:00
Tim Dorr
5c8f9ea686 Update to renamed react-transform-hmr. 2015-09-20 19:35:01 -04:00
Tim Dorr
39072e3a46 Merge pull request #690 from davezuko/feature/transform-webpack-hmr
Updates examples to use react-transform-webpack-hmr
2015-09-15 12:59:30 -04:00
Dan Abramov
e3d4924545 Update example dependency versions 2015-09-13 03:15:03 +03:00
Ante Lucic
489968069a fix typo in counter container test 2015-09-12 01:34:45 +02:00
David Zukowski
7b1ca5f2ab updates counter example to use react-transform-webpack-hmr in place of react-hot-loader 2015-09-04 20:41:12 -04:00
Dan Abramov
80197eff76 Change examples to explicitly use replaceReducer() for hot reloading 2015-09-01 02:17:25 +03:00
Dan Abramov
318691eda0 Remove NoErrorsPlugin 2015-08-29 00:11:53 +03:00
mikekidder
9e908ec131 latest eslint related packages; full linting for redux 2015-08-25 21:57:26 -05:00
Dan Abramov
5c997b6ee2 Merge pull request #618 from mikekidder/fix.eslint.updates
updates for eslint cleanup
2015-08-26 04:45:55 +03:00
Dan Abramov
7533fb4d2c Update dependencies 2015-08-26 00:41:57 +03:00
Dan Abramov
ee619973eb Fix examples to work standalone 2015-08-26 00:39:18 +03:00