Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 8d3fb09

Browse files
Adding another example for RxJS + React + Meteor
1 parent c019061 commit 8d3fb09

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/pacman-unicode/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
} else {
1616
addedHandlers = true;
1717
document.addEventListener( 'DOMContentLoaded', handler, false );
18-
window.addEventListener( 'load', handler, false );
1918
}
2019

2120
return function () {
2221
if (!addedHandlers) { return; }
2322
document.removeEventListener( 'DOMContentLoaded', handler, false );
24-
window.removeEventListener( 'load', handler, false );
2523
};
2624
});
2725
};

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ Please check out:
230230
- [React RxJS Router](https://github.com/kmcclosk/reactjs-rxjs-example)
231231
- [React + RxJS + Angular 2.0 di.js TODO MVC](https://github.com/joelhooks/react-rxjs-angular-di-todomvc)
232232
- [React + RxJS Reactive Cube](https://github.com/hugobessaa/cubactive)
233+
- [Real-Time with React + RxJS + Meteor](https://medium.com/@bobiblazeski/functional-reactive-interfaces-e8de034de6bd)
233234
- [Flux](http://facebook.github.io/flux/)
234235
- [Rx-Flux](https://github.com/fdecampredon/rx-flux)
235236
- [ReactiveFlux](https://github.com/codesuki/reactive-flux)

0 commit comments

Comments
 (0)