::icarus.gkinicarusgk.hashnode.devยทJan 29, 2024 ยท 3 min readCode Screenshot AppsChalk.ist Built by @Idered An easy to use tool, with beautiful backdrops that'll make your code snippets stand out. It includes a collection of ready-to-use themes and gives you the ability to create your own. It is open source and it's built wi...00
::icarus.gkinicarusgk.hashnode.devยทSep 27, 2023 ยท 5 min readAll we know about Vue 3's Vapor ModeWhat is Vapor Mode? ๐ง Vapor Mode is a new and alternative compilation strategy inspired by Solid.js. It aims to enhance your apps' performance by compiling your code into a more efficient JavaScript output. When used at the app level, you can drop t...03RMAT
::icarus.gkinicarusgk.hashnode.devยทJul 8, 2023 ยท 3 min readState Management in Vue 3In Vue 3, you can declare reactive state with the ref() function. First of all, what is reactive state? ๐ง Reactive state is a special type of state that automatically updates the UI when underlying data changes. But, why can't we just use normal mut...00