Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AngularJS meets Reactive: Introduction #21

Open
mgonto opened this issue Oct 25, 2013 · 0 comments
Open

AngularJS meets Reactive: Introduction #21

mgonto opened this issue Oct 25, 2013 · 0 comments

Comments

@mgonto
Copy link

mgonto commented Oct 25, 2013

I've been working with AngularJS for about a year now. I'm the creator of Restangular, a library used to fetch Restful Resources with AngularJS easily.

I want to give everyone an introduction to AngularJS, but not taking the typical approach of a simple app where you just write the name and things get shown.

The basic idea of AngularJS is that it's declarative. I want to talk about this declarativeness and how it related to Reactive programming, by comparing it to other Reactive frameworks like Reactive.js and why I think AngularJS is superior about this.

I plan to walkthrough an example application showing how you can propagate all changes by just Getting a model from a Server or doing little changes to it. I'm going to show how to use Controllers, Directives and Services appropriately to get the max out fo Reactive programming and Decorativeness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant