reactive angular js (by sergey pchelincev) - hack'n'tell javascript - 2015.05.16

10
Reactive AngularJs Sergio Pchelintsev

Upload: intersog

Post on 23-Jul-2015

516 views

Category:

Education


1 download

TRANSCRIPT

Page 1: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16

Reactive AngularJsSergio Pchelintsev

Page 2: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16

Now is the era of js frameworks

Page 3: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16

AngularJs is the default framework

Page 4: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16

All his benefits are breaking by:

✤ slow render

✤ “scope”-hell

Page 5: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16

ReactJs - a big new thingunfortunately only in news articles

Page 6: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16
Page 7: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16

Start build “flux store”-like services

Page 8: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16
Page 9: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16
Page 10: Reactive Angular JS (by Sergey Pchelincev) - Hack'n'Tell JavaScript - 2015.05.16

Thanks