Share
Explore

Vue.js: The Documentary

image.png
Creator - Evan You
Created Clone of a to do app on web.
hired by developer. directly got the offer.
started vue and kept working on it as OSP

got offer from Meteor with no interview
Taylor Otwell- creator of Laravel learned Vue instead of react
Evan used all of the 2015 weekends and and a month more for getting the docs ready
published 1.0 in oct 2015
Linusborg was given a slack invite because he contributed on forum.

When angular moved to v2, it created a gap.
React was easy to use and simple. so
Vue used amazing features from many libraries and frameworks. Vue filled the gap

image.png
CTO of Strikingly , a YC company
bitspace
Got funded by Strikingly and started working on Vue full time
image.png
image.png
Series on css tricks
Vue VSCode snippets sarah.drasner
image.png
image.png
image.png

Vue’s advanteges over manually written jquery
image.png

Benevalont Dictator for life
image.png

Most downloaded framework - react
framework with most stars on github - vue
2021 stack overflow survey - svelte
image.png

create a simple to do webapp which which can safely refresh
state management
data binding
events
app lifecycle

Vanilla JS con
It doesnt provide a way to bind or connect html to the js
In vanilla, we need to imperatively need to grab html elements from DOM which is annoying while building a complex app
image.png
image.png


Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.