Home
My Highlights
Discover
Sign up
Tutorial | Vue.js
vuejs.org
declarative rendering: using a template syntax that extends HTML, we can describe how the HTML should look based on JavaScript state. directive values are JavaScript expressions that have access to the component's state State that can trigger updates when changed is considered reactive. reactive() o
4 Users
0 Comments
25 Highlights
3 Notes
Top Highlights
declarative rendering: using a template syntax that extends HTML, we can describe how the HTML should look based on JavaScript state.
directive values are JavaScript expressions that have access to the component's state
State that can trigger updates when changed is considered reactive.
reactive() only works on objects
ref(), on the other hand, can take any value type and create an object that exposes the inner value under a .value property
Domain
vuejs.org
Ready to highlight and find good content?
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.
Start Highlighting