IAirlan arvilainirlanvila.hashnode.dev·Jan 3, 2022 · 2 min readSvelte - Reactive StatementsThe Reactive Statement is used when a variable depend on another value or when you want to trigger an action after one of these values changes. How The syntax is quite simple, you just need to put $sign into the script tag. The rest of this statement...01I
IAirlan arvilainirlanvila.hashnode.dev·Dec 29, 2021 · 3 min readVue Router 4 - Mystery of Nested RoutesNested Routes is one of the most wonderful feature which provided by Vue. In this article, I will cover how we use nested routes in appropriate places. But before we begin, I'm assuming that you have Vue.js and Vue Router installed in your local mach...01I
IAirlan arvilainirlanvila.hashnode.dev·Dec 25, 2021 · 2 min readVue 3 - Declarative RenderingDeclarative is making a statement or assertion. In Vue, there is something we called Declarative Rendering, which actually is the action we take to rendering data into the DOM declaratively. Without Vue Let's say we have .html file that contain h1, a...01I