production capable angular apps

29
Production-capable Angular apps Oussama Zaki - @OusTensai

Upload: oussama-zaki

Post on 10-Apr-2017

28 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Production Capable Angular Apps

Production-capableAngular apps

Oussama Zaki - @OusTensai

Page 2: Production Capable Angular Apps

Angular is cool and fast

Page 3: Production Capable Angular Apps

Angular is cool and fastbut

Page 4: Production Capable Angular Apps

Angular is cool and fastbutAngular is heavy

Page 5: Production Capable Angular Apps

“ Although deploying directly from the development environment works, it's far from optimal ”

- Angular official documentation

Page 6: Production Capable Angular Apps

But why?

Page 7: Production Capable Angular Apps

But why ?

Angular is modular

Page 8: Production Capable Angular Apps

But why ?

Angular is modularAngular needs Pollyfils

Page 9: Production Capable Angular Apps

But why ?

Angular is modularAngular needs Pollyfils

Browsers’ loading process

Page 10: Production Capable Angular Apps

But why ?

Angular is modularAngular needs Pollyfils

Browsers’ loading processDevelopment files are for devs

Page 11: Production Capable Angular Apps

Does it matter?

Page 12: Production Capable Angular Apps

I got your back

Page 13: Production Capable Angular Apps

I got your back

Bundling

Page 14: Production Capable Angular Apps

I got your back

BundlingInlining

Page 15: Production Capable Angular Apps

I got your back

BundlingInliningMinification

Page 16: Production Capable Angular Apps

I got your back

BundlingInliningMinificationUglification

Page 17: Production Capable Angular Apps

I got your back

BundlingInliningMinificationUglification

AOT Compilation

Page 18: Production Capable Angular Apps

AOT Compilation

Faster rendering

Page 19: Production Capable Angular Apps

AOT Compilation

Faster renderingFewer asynchronous requests

Page 20: Production Capable Angular Apps

AOT Compilation

Faster renderingFewer asynchronous requestsSmaller Angular framework download size

Page 21: Production Capable Angular Apps

AOT Compilation

Faster renderingFewer asynchronous requestsSmaller Angular framework download sizeDetect template errors earlier

Page 22: Production Capable Angular Apps

AOT Compilation

Faster renderingFewer asynchronous requestsSmaller Angular framework download sizeDetect template errors earlierBetter security

Page 23: Production Capable Angular Apps

I got your back

BundlingInliningMinificationUglification

AOT Compilation

Page 24: Production Capable Angular Apps

I got your back

BundlingInliningMinificationUglification

AOT CompilationTree shaking

Page 25: Production Capable Angular Apps

I got your back

BundlingInliningMinificationUglification

AOT CompilationTree shakingPruned libraries

Page 26: Production Capable Angular Apps

I got your back

BundlingInliningMinificationUglification

AOT CompilationTree shakingPruned libraries

Page 27: Production Capable Angular Apps

Cool Demo

Page 28: Production Capable Angular Apps

Thank you Ques t i ons ?

Page 29: Production Capable Angular Apps

Demo Code: - https://github.com/mrtensai/angular-for-production

Sources and inspiration: - Minko Gechev’s blog: http://blog.mgechev.com/ - Angular official doc: https://angular.io/docs/ts/latest/

Illustration: - @kraphix: http://www.freepik.com/kraphix