2015년 1월 20일 화요일

A weekly newsletter highlighting everything AngularJS

Welcome to the start of another great week! Go even faster in Angular 1.3 with another performance boost outside of one-time bindings and disabling debug info. Also learn about how how to move to component-based directives and away from controllers with one of the AngularJS Core Team members.

Exploring Angular 1.3: Go fast with $applyAsync

BY @PASCALPRECHT
This article details yet another nice feature that makes your Angular applications in particular cases potentially faster: It lets you resolve multiple $http responses, that are received around the same time, in one $digest cycle with a new API added to the $rootScope called $applyAsync. Not following? Have a look the explanation.
Read more » Tweet this

Component-Based AngularJS Directives

BY @YEAROFMOO
Matias aka Yearofmoo and member of the AngularJS Core Team shares some knowledge about how directives will be embraced heavily while we move away from controllers. This means one thing in particular: component-based directives is the future.
Read more » Tweet this

Learn React, Flux, React-Router, Webpack, and Firebase at ReactWeek. Taught by Ryan Florence. Tickets go on sale Friday! reactweek.com

Skinny AngularJS Controllers

BY @DAVIDKPIANO
In AngularJS, controllers can sometimes become monolithic structures of mixed business and view logic, as it’s all too easy to house anything you need for the view inside the controller. It’s convenient, and it just plain works… until your application grows in complexity or needs unit tests. Start moving away from controllers now.
Read more » Tweet this

The Art of Promise-Based Architecture

BY @RANGLEIO
"Why are Promises awesome? The answer isn't always obvious even to die-hard fans!" Let's have a look at why.
Read more » Tweet this

How to distribute your AngularJS module

BY @KENTCDODDS
Kent Dodd's of ngAir shows us a great way to package our Angular modules for shareability and distribution. Many of us have been in the position of wanting to reuse something we had made in another Angular app, so this could prove a useful pattern to internalize.
Read more » Tweet this

angular-markdown-directive

by @btford
Ever wanted to allow users of your Angular app to use markdown? Try this directive that uses Showdown in your apps for easy markdown integration for your end-users.
Read more » Tweet this

댓글 없음:

댓글 쓰기