Commit Graph

5 Commits

Author SHA1 Message Date
Rajesh Aravapalli
619a18b26a Examples: fixed HMR of components issue (#303) 2016-07-11 19:03:14 +03:00
rajeshaz09
5047cf2d6d TodoMVC: 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 18:47:50 +05:30
Dan Abramov
64f58b7010 Update TodoMVC example to React Hot Loader 3 2016-04-18 13:28:26 +01:00
Dan Abramov
f757de442f Fix examples 2015-10-17 04:11:16 +03:00
Dan Abramov
2c7c3232e3 Add project skeleton (no DevTools yet) 2015-07-14 22:46:44 +03:00