UNPKG
linked-data-reactor
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.1.45
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
0.9.999
0.9.92
0.9.91
0.9.90
0.9.89
0.9.88
0.9.85
0.9.78
0.9.75
0.9.72
0.9.67
0.9.66
0.9.65
0.9.63
0.9.61
0.9.58
0.9.57
0.9.56
0.9.55
0.9.48
0.9.47
0.9.46
0.9.45
0.9.42
0.9.40
0.9.36
0.9.7
0.9.1
0.9.0
0.5.3
0.5.2
0.5.0
0.4.11
0.4.10
0.4.8
0.4.6
0.4.5
0.3.35
0.3.30
0.3.21
0.3.19
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.7
0.3.5
0.3.2
0.3.0
0.2.9
0.2.8
0.2.7
0.2.5
0.2.2
0.2.1
0.1.70
0.1.69
0.1.68
0.1.67
0.1.66
0.1.65
0.1.9
0.1.8
0.1.6
0.1.5
0.1.4
0.1.3
0.1.1
0.1.0
Linked Data Reactor
github.com/ali1k/ld-r
ali1k/ld-r
linked-data-reactor
/
stores
/
RouteStore.js
5 lines
(3 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
import
{
RouteStore
}
from
'fluxible-router'
;
import
routes
from
'../configs/routes'
;
export
default
RouteStore
.
withStaticRoutes
(routes);