DEV Community

Discussion on: Should you use created() or mounted() in Vue?

Collapse
 
donnisnoni profile image
Don Alfons Nisnoni • Edited

I often use mounted. It's an interesting topic... I didn't notice it earlier.

But I think will be good if using created, because like you said, That is the perfect time to do so. So I will change it on created instead. Let's see what happens next.

So far... using the created is sleeker (especially when using animation/transition), I try to load 500 user data and I found that result.