Logo

dev-resources.site

for different kinds of informations.

Learning Vue

Published at
1/15/2025
Categories
vue
webdev
learning
javascript
Author
brwmaster
Categories
4 categories in total
vue
open
webdev
open
learning
open
javascript
open
Author
9 person written this
brwmaster
open
Learning Vue

Three months ago, I switched jobs and transitioned from working on a React/Next.js frontend to a Vue 3 frontend.

While this isn't my first time using Vue 3, it is the first time I decided to properly learn it. So, I subscribed to @vueschool_io and started the Vue.js 3 Fundamentals with the Composition API course, thinking, "This is all standard stuff, and I already know everything."

But boy, was I wrong!

It only took two lectures to learn something so small and simple yet incredibly elegant:

<li v-for="{id, label} in items" :key="id">{{ label }}</li>
Enter fullscreen mode Exit fullscreen mode

In all the time I wrote Vue I have never knew this and always went
for this approach:

<li v-for="item in items" :key="item.id">{{ item.label }}</li>

Enter fullscreen mode Exit fullscreen mode

This small discovery showed me the value of taking the time to properly learn a framework. Sometimes, even the smallest tips can make a big difference.

What little coding tricks have surprised you? Share them below!

learning Article's
30 articles in total
Learning resources empower individuals to acquire new skills, expand knowledge, and adapt to changing industries and technologies.
Favicon
5 Free AI Design Tools For Designers!
Favicon
Seeking Guidance to Grow as a Software Engineer
Favicon
badly I want to know how to code😭😭
Favicon
Learning Vue
Favicon
Булеві типи і вирази
Favicon
[Free Tool] I made an AI-powered content generator for RedNoteApp/Xiaohongshu
Favicon
Exploring Better Alternatives to console.log in JavaScript 🚀✨
Favicon
How to develop ecommerce website using WooCommerce plugin?
Favicon
How Pinterest uses Kafka for Long-Term Data Storage
Favicon
My AWS Learning Journey Begins
Favicon
Every year come new year not is a first new year .
Favicon
Image Recognition Trends for 2025
Favicon
JavaScript Closures: A Beginner's Guide
Favicon
Completed the LFS112: Ethics in AI and Data Science course with The Linux Foundation!
Favicon
Completed the LFQ102: Quantum Computing Essentials For Senior Leaders course with The Linux Foundation!
Favicon
Completed the LFD121: Developing Secure Software course with The Linux Foundation!
Favicon
Learn how to animate objects on scroll with Tailwind CSS and the JavaScript intersection observer API
Favicon
5 Projects to Learn JavaScript Faster (Even If You're a Beginner)
Favicon
The Irrational Consumer: How Behavioral Science is Revolutionizing Brand Strategy
Favicon
RCDD Certification: Fast Track to Success in Telecom Design
Favicon
The Linux Foundation Data and AI Fundamentals
Favicon
Schema Markup: Why It’s Needed
Favicon
Navigating Generative AI Services on AWS: Your Essential Guide
Favicon
Choosing the Right AWS Machine Learning Service: A Comprehensive Guide
Favicon
Unlock Your Coding Potential with the GitHub Copilot Global Bootcamp!
Favicon
Mentorship: A Two-Way Street of Growth
Favicon
TikTok Banned? The REDnote App Helps You Keep Creating and Connecting!
Favicon
Building and Deploying Your First Java App with Docker in Just 5 Minutes
Favicon
Simplifying SSDs for Safer Imports
Favicon
So much to learn. Where is a good okay e to begin?

Featured ones: