Slide 1

Slide 1 text

Workshop: Rompiendo el Mundo Binario con Vue.js !" @ianaya89 Breaking the Binary World with Vue.js ! " - @ianaya89 1

Slide 2

Slide 2 text

! Nacho Anaya @ianaya89 • Full Stack Developer, Tech Trainer & Speaker • Embajador @Auth0 • Organizador @Vuenos_Aires Breaking the Binary World with Vue.js ! " - @ianaya89 2

Slide 3

Slide 3 text

Breaking the Binary World with Vue.js ! " - @ianaya89 3

Slide 4

Slide 4 text

Breaking the Binary World with Vue.js ! " - @ianaya89 4

Slide 5

Slide 5 text

⬇ ~1M / month Breaking the Binary World with Vue.js ! " - @ianaya89 5

Slide 6

Slide 6 text

✨ ~ 75K Breaking the Binary World with Vue.js ! " - @ianaya89 6

Slide 7

Slide 7 text

!" ~ 300K Breaking the Binary World with Vue.js ! " - @ianaya89 7

Slide 8

Slide 8 text

! 73 Repositorios Breaking the Binary World with Vue.js ! " - @ianaya89 8

Slide 9

Slide 9 text

! Empresas Breaking the Binary World with Vue.js ! " - @ianaya89 9

Slide 10

Slide 10 text

! Comunidad Breaking the Binary World with Vue.js ! " - @ianaya89 10

Slide 11

Slide 11 text

! Por Qué Vue.js? Breaking the Binary World with Vue.js ! " - @ianaya89 11

Slide 12

Slide 12 text

! Complegidad > Inherente vs. Instrumental Breaking the Binary World with Vue.js ! " - @ianaya89 12

Slide 13

Slide 13 text

! Inherente > El Proyecto Breaking the Binary World with Vue.js ! " - @ianaya89 13

Slide 14

Slide 14 text

! Instrumental > El Precio Breaking the Binary World with Vue.js ! " - @ianaya89 14

Slide 15

Slide 15 text

! ! Breaking the Binary World with Vue.js ! " - @ianaya89 15

Slide 16

Slide 16 text

! ! Breaking the Binary World with Vue.js ! " - @ianaya89 16

Slide 17

Slide 17 text

! El Framework Progresivo • Vista • Core • VDOM • Reactivo • Componentes Breaking the Binary World with Vue.js ! " - @ianaya89 17

Slide 18

Slide 18 text

Breaking the Binary World with Vue.js ! " - @ianaya89 18

Slide 19

Slide 19 text

! Rendering Declarativo Breaking the Binary World with Vue.js ! " - @ianaya89 19

Slide 20

Slide 20 text

!"
{{ hello }}
new Vue({ el: '#app', data: function() { return { hello: 'Hola FreeCodeCamp!' } } }); Breaking the Binary World with Vue.js ! " - @ianaya89 20

Slide 21

Slide 21 text

! render() new Vue({ el: '#app', data() { return { hello: 'Hola FreeCodeCamp!' } }, render(h) { return (

{this.hello}

) } }) Breaking the Binary World with Vue.js ! " - @ianaya89 21

Slide 22

Slide 22 text

! Sistema de Componentes Breaking the Binary World with Vue.js ! " - @ianaya89 22

Slide 23

Slide 23 text

! Semantica Breaking the Binary World with Vue.js ! " - @ianaya89 23

Slide 24

Slide 24 text

! .vue Breaking the Binary World with Vue.js ! " - @ianaya89 24

Slide 25

Slide 25 text

♻ Life Cycle Hooks new Vue({ created: function() { console.log('I am alive ') } }); Breaking the Binary World with Vue.js ! " - @ianaya89 25

Slide 26

Slide 26 text

☎ Comunicación • ⬇ Propiedades Abajo • ⬆ Eventos Arriba Breaking the Binary World with Vue.js ! " - @ianaya89 26

Slide 27

Slide 27 text

! DX Breaking the Binary World with Vue.js ! " - @ianaya89 27

Slide 28

Slide 28 text

! vue-cli Breaking the Binary World with Vue.js ! " - @ianaya89 28

Slide 29

Slide 29 text

! Dev Tools Breaking the Binary World with Vue.js ! " - @ianaya89 29

Slide 30

Slide 30 text

! Work Shop Time Breaking the Binary World with Vue.js ! " - @ianaya89 30

Slide 31

Slide 31 text

! vue-router > Single Page Applications Breaking the Binary World with Vue.js ! " - @ianaya89 31

Slide 32

Slide 32 text

! vuex > State Management (Flux) Breaking the Binary World with Vue.js ! " - @ianaya89 32

Slide 33

Slide 33 text

! Native & Nuxt.js > Server Side Rendering Breaking the Binary World with Vue.js ! " - @ianaya89 33

Slide 34

Slide 34 text

! Native Script & Weex > Mobile Native Rendering Breaking the Binary World with Vue.js ! " - @ianaya89 34

Slide 35

Slide 35 text

! Take Away • ! Progresivo (Simple & Complejo) • " Rendering Declarativo • # Sistema de Componentes • $ Ecosistema muy amplio • % Una gran comunidad Breaking the Binary World with Vue.js ! " - @ianaya89 35

Slide 36

Slide 36 text

Breaking the Binary World with Vue.js ! " - @ianaya89 36

Slide 37

Slide 37 text

Gracias! @ianaya89 Breaking the Binary World with Vue.js ! " - @ianaya89 37