An open API service indexing awesome lists of open source software.

https://github.com/alexsergey/eat-dog


https://github.com/alexsergey/eat-dog

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## Examples
- [React + Redux](https://github.com/AlexSergey/rocket2)
- [angular 2 example](https://github.com/AlexSergey/angular2-example)
- [Angular 1 example](https://github.com/AlexSergey/Angular_MEAN)

### Learn
- [Angular 2 quick start](https://egghead.io/lessons/angular-2-say-hello-world-to-angular-2?series=angular-2-fundamentals)
- [Redux quick start](https://egghead.io/lessons/javascript-redux-the-single-immutable-state-tree?series=getting-started-with-redux)
- [Introduction to Reactive Programming](https://egghead.io/lessons/rxjs-reactive-programming-what-is-rxjs?series=introduction-to-reactive-programming)

### Redux
- [About redux by Russian](https://github.com/rajdee/redux-in-russian/tree/master/docs)
- [Full stack Redux tutorial](http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html)

### Performance
- [Performance comparison](https://auth0.com/blog/2016/01/07/more-benchmarks-virtual-dom-vs-angular-12-vs-mithril-js-vs-the-rest/)
- [Popular framework's render algorithms](http://teropa.info/blog/2015/03/02/change-and-its-detection-in-javascript-frameworks.html)
- [React+Redux Performance] (https://medium.com/@alexandereardon/performance-optimisations-for-react-applications-b453c597b191#.nqjisoq8p)
- [Angular 1 Performance](http://teropa.info/blog/2013/11/03/make-your-own-angular-part-1-scopes-and-digest.html)

### Other
- [Functional programming](https://medium.com/@chetcorcos/functional-programming-for-javascript-people-1915d8775504#.buvvm5gmk)