This repository was archived by the owner on Apr 20, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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 } ;
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments