https://github.com/alexsergey/eat-dog
https://github.com/alexsergey/eat-dog
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexsergey/eat-dog
- Owner: AlexSergey
- Created: 2016-04-19T08:55:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-19T15:09:47.000Z (about 10 years ago)
- Last Synced: 2025-10-21T10:42:44.647Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)