A brief history of JavaScript
A world of components
A world of components
A world of components
Today
{{ title }}
{{ title }}
const slide = new Vue({
el: '#app',
data: {
print: true,
title: 'Ludicrously straightforward!'
}
})
Declarative
Tell WHAT you render, instead of HOW
What else?
- State management with Vuex
- Easy to test
- Live / Hot reload
- The rest of the JavaScript ecosystem
#1 - Server side rendering
#2 - Desktop apps
Shopify, Twich, Skype, MongoDB Compass, Postman, Atom, Visual Studio Code, Slack, 🍿 Popcorn times
#3 - Code once, run anywhere
Code once run anywhere
tldl;
- JavaScript allow to create real FrontEnd apps
- ...and not only!
- Vue.js will makes our life easier