Resolve all http requests in config increase the chance that all of your child components will have their data before they exist #angularjs
2
Аневризма retweeted
The Future of Web Development - React, Falcor, and ES6 bit.ly/22i1Ucv #ReactJS #JavaScript #WebDev
1
4
ObjectDefineProperties makes so happy, I'm so stoked!!! who behind this idea?? douglas crockford?? @BrendanEich #javascript
1
I've been using #reactjs for the past 2 weeks and I completely in love with it, component-driven architecture makes me think differently.
4
Аневризма retweeted
RT @angularui #UIRouter 1.0.0-alpha.1 just released: Route to components, dynamic params and more. #AngularJS lnkplg.co/JWqDp
8
3
Аневризма retweeted
JavaScript Shared Memory and Atomics #tc39 Good progress! tc39.github.io/ecmascript_sh… https://nitter.catsarch.com/t.co/S3wyCRMTbI
1
9
21
Аневризма retweeted
Promise-based functions should not throw exceptions bit.ly/1PDrLEx #JavaScript #Programming
2
3
Аневризма retweeted
Introduction to Immutable.js and Functional Programming Concepts bit.ly/1XYqwG4 #JavaScript #Programming
1
1
Аневризма retweeted
2
2
Аневризма retweeted
How to Build Charts in Angular lnkplg.co/PoJaa
3
2
Аневризма retweeted
RESTful API User Authentication with Node.js and AngularJS – Part 1/2: Server angularjs.posthaven.com/rest…
9
16
go and check @eggheadio new course 'React Router' it still fresh!!! #reactjs #reactrouter #javascript
Mocha does way too much and gives developers way too many assertion choices, and that leads to 'analysis paralysis' @_ericelliott thanks
1
let p = new Promise((resolve) => resolve('resolved')); async function af() { let result = await p; console.log(result); } af(); #ES7
anytime you 'await' something, you need to be inside an async function. #javascript #ES7 #async #functions