@@ -13,8 +13,20 @@ module.exports = {
13
13
description :
14
14
"Has code or documentation that specifically helps to integrate with React" ,
15
15
} ,
16
+ {
17
+ name : "redux" ,
18
+ description : "A Redux plugin" ,
19
+ } ,
20
+ {
21
+ name : "mobx" ,
22
+ description : "A MobX plugin." ,
23
+ } ,
16
24
] ,
17
25
projects : [
26
+ { url : "https://github.com/cerebral/cerebral" } ,
27
+ { url : "https://github.com/jumpsuit/jumpstate" } ,
28
+ { url : "https://github.com/dvajs/dva" } ,
29
+ { url : "https://github.com/keajs/kea" } ,
18
30
{ url : "https://github.com/Olical/EventEmitter" } ,
19
31
{ url : "https://github.com/jeromeetienne/microevent.js" } ,
20
32
{ url : "https://github.com/mroderick/PubSubJS" } ,
@@ -24,11 +36,21 @@ module.exports = {
24
36
{ url : "https://github.com/optimizely/nuclear-js" , tags : [ "pure flux" ] } ,
25
37
{ url : "https://github.com/yahoo/fluxible" , tags : [ "pure flux" ] } ,
26
38
{ url : "https://github.com/acdlite/flummox" , tags : [ "pure flux" ] } ,
27
- { url : "https://github.com/mobxjs/mobx" , tags : [ "react" ] } ,
28
- { url : "https://github.com/reactjs/redux" , tags : [ "react" ] } ,
29
- { url : "https://github.com/redux-saga/redux-saga" , tags : [ "react" ] } ,
30
- { url : "https://github.com/reactjs/react-redux" , tags : [ "react" ] } ,
31
- { url : "https://github.com/tommikaikkonen/redux-orm" , tags : [ "react" ] } ,
39
+ { url : "https://github.com/mobxjs/mobx" , tags : [ "react" , "mobx" ] } ,
40
+ {
41
+ url : "https://github.com/mobxjs/mobx-state-tree" ,
42
+ tags : [ "react" , "mobx" ] ,
43
+ } ,
44
+ { url : "https://github.com/reactjs/redux" , tags : [ "react" , "redux" ] } ,
45
+ {
46
+ url : "https://github.com/redux-saga/redux-saga" ,
47
+ tags : [ "react" , "redux" ] ,
48
+ } ,
49
+ { url : "https://github.com/reactjs/react-redux" , tags : [ "react" , "redux" ] } ,
50
+ {
51
+ url : "https://github.com/tommikaikkonen/redux-orm" ,
52
+ tags : [ "react" , "redux" ] ,
53
+ } ,
32
54
{ url : "https://github.com/vuejs/vuex" , tags : [ "vue" ] } ,
33
55
{ url : "https://github.com/cerebral/cerebral" } ,
34
56
{
0 commit comments