40% Off Skillshare through 1/31!

(Posts filtered by intermediate.)

Understanding Vue.js Single-File Components (SFCs)

SFCs enable us to create sharable plugins, facilitating the sharing of code, a first-class practice in OSS since fixes or features that are pushed to a single codebase can easily be pulled into all dependents.

March 29, 2023

Vue.js Computed Properties in Depth

Computed properties will only re-evaluate when one of their dependencies have changed. This is an important characteristic as it helps save on physical resources, especially when running complex expressions that require a lot of computations.

March 28, 2022

Subscribe to the VueNoob Newsletter

[[[ noty.message ]]]

By using this site, you agree that you have read and understand its Privacy Policy.