-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.htm
More file actions
36 lines (25 loc) · 946 Bytes
/
home.htm
File metadata and controls
36 lines (25 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<html>
<head>
<title>Mobx State Manager</title>
<script src="https://cdn.jsdelivr.net/g/react@15.4.2(react.min.js+react-dom.min.js),lodash@4.17.4"></script>
<!--mobx-->
<script src="https://unpkg.com/mobx@3.0.1/lib/mobx.umd.min.js"></script>
</head>
<body>
<!--observables-->
<!--<script src="observable.js "></script>-->
<!--<script src="extendObservable.js "></script>-->
<!--<script src="map.js "></script>-->
<!--reactions-->
<!--<script src="autorun.js "></script>-->
<!--<script src="autorun_strict.js "></script>-->
<!--<script src="reaction.js "></script>-->
<!--<script src="when.js "></script>-->
<!--computed values-->
<!--<script src="computed.js "></script>-->
<!--<script src="action.js "></script>-->
<!--<script src="runInAction.js "></script>-->
<!--<script src="spy.js "></script>-->
<!--<script src="whyRun.js "></script>-->
</body>
</html>