rajeshaz09
1f2419ec36
Fixing deprecated issues in AppContainer
...
The following warnings are fixed.
1) warning.js:44 Warning: Failed prop type: Passing "props" prop to
<AppContainer /> is deprecated. Replace <AppContainer component={App}
props={{ myProp: myValue }} /> with <AppContainer><App myProp={myValue}
/></AppContainer>.
in AppContainer
2) Warning: Failed prop type: Passing "component" prop to <AppContainer
/> is deprecated. Replace <AppContainer component={App} /> with
<AppContainer><App /></AppContainer>.
in AppContainer
2016-07-07 11:26:23 +05:30
Dan Abramov
251c85c93d
Update Counter example to React Hot Loader 3
2016-04-18 13:28:16 +01:00
laupies morgan
890ecf8b56
fix regexp to extract session name
2016-02-20 23:12:32 +01:00
Dan Abramov
5e1fdf1e2e
Remove unused import
2016-01-28 19:17:17 +00:00
Dan Abramov
4333826cab
Reflect Redux 3.1.0 changes in the README
2016-01-28 19:13:55 +00:00
Dan Abramov
10319e16e3
Merge update to Babel 6
2015-12-27 00:31:56 +00:00
Dan Abramov
e94eab68e3
Update to final 3.0 APIs
2015-12-14 01:58:27 +00:00
Dan Abramov
f757de442f
Fix examples
2015-10-17 04:11:16 +03:00
Dan Abramov
c23a997a0f
Rewrite to simpler API
2015-10-17 02:21:07 +03:00
Dan Abramov
1f21d83931
This API is much better
2015-10-16 23:59:32 +03:00
Dan Abramov
79b51a7c0f
Component-centric API, horrors are encapsulated
2015-09-28 21:12:07 +03:00
Dan Abramov
4428e8818d
Refactor
2015-09-28 18:38:33 +03:00
Dan Abramov
26c66fef63
Fix lint
2015-09-28 16:12:08 +03:00
Dan Abramov
2138ca663e
Connect once at the top
2015-09-28 16:10:33 +03:00
Dan Abramov
4375d69d5e
Explicit > implicit
2015-09-28 13:06:05 +03:00
Dan Abramov
b2210f161c
Fix lint
2015-09-28 03:54:13 +03:00
Dan Abramov
c1256ed8ff
Figure out monitor composition
2015-09-28 03:52:10 +03:00
Dan Abramov
4ac31f985a
Allow monitors to have their own reducers
2015-09-27 16:10:46 +03:00
Dan Abramov
94826d610e
Bring back the ability to pass raw store
2015-09-24 22:51:59 +03:00
Dan Abramov
0c3a1c6f7a
Fix lint
2015-09-24 22:08:20 +03:00
Dan Abramov
8c68b9519c
Update counter example
2015-09-24 22:06:06 +03:00