diff --git a/examples/webapp-spa/react-ui-lib-examples/react-bootstrap/README.MD b/examples/webapp-spa/react-ui-lib-examples/react-bootstrap/README.MD index 770061ef6..b49a1b42a 100644 --- a/examples/webapp-spa/react-ui-lib-examples/react-bootstrap/README.MD +++ b/examples/webapp-spa/react-ui-lib-examples/react-bootstrap/README.MD @@ -12,3 +12,5 @@ websocket connectivity. See react-material-ui example for examples of this. * goto localhost:8080 in your browser * first request triggers download of required npm packages so give it like 50 seconds (wathc console) * set DEVMODE to false to get a (dynamically) bundled build + +**Note:** hot module reloading is not enabled (see wiki, semantic ui example on how to do that) diff --git a/examples/webapp-spa/react-ui-lib-examples/react-material-ui/README.MD b/examples/webapp-spa/react-ui-lib-examples/react-material-ui/README.MD index 9c3a6fa0b..1a6fcccff 100644 --- a/examples/webapp-spa/react-ui-lib-examples/react-material-ui/README.MD +++ b/examples/webapp-spa/react-ui-lib-examples/react-material-ui/README.MD @@ -17,3 +17,5 @@ Full example featuring * goto localhost:8080 in your browser * first request triggers download of required npm packages so give it like 50 seconds (wathc console) * set DEVMODE to false to get a (dynamically) bundled build + +**Note:** hot module reloading is not enabled (see wiki, semantic ui example on how to do that)