react-injectables
Version:
Explicitly inject Components into any part of your React render tree.
20 lines (13 loc) • 344 B
HTML
<html lang="en">
<head>
<title>React Injectables - router example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<div id="app"></div>
<!-- Core Scripts -->
<script src="/assets/router-example.js"></script>
</body>
</html>