-
Focus on speed - rendering, 2.5x faster, re-render, 4.2x faster
-
template compiler - can have an offline compile step, generate optimized javascript
-
Angular 2 - currently, kind of big - 170k, angular1 - was 56k, ng2 - down to 45k
-
improved lazy loading of routes
-
angular universal - server side rendering improvement, sends on the server side - sends out just HTML/css
-
first payload comes down - start streaming full JS to actually run the app
-
can include a preboot script that records user actions - that replays once everything is ready
-
node.js / asp.net for now - soon to be others
- once code gets moved into a webworker - no longer can acess the dom. Most of angular code can be moved into a webworker
- DOM - UI thread, other stuff - worker thread
- angular.io/styleguide - offical style guide. (note: review our own - ??)
- Codelyzer - static analysis on code, matches against style guide - cool
- new cli site, work is actually getting done onit
- todo: see how cli fits into our workflow / style guides / etc
(random thought: contentful + angular universal = CMS?)
- vaadinui
- ng2-bootstrap
- kendo, others - lots of UI framework/options comming up
]